Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
Minor packaging related fixes
  • Loading branch information
Luminaar committed Jan 22, 2020
1 parent f448883 commit a026511
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ deploy:
branch: master
distributions: "sdist bdist_wheel"
skip_existing: true
skip_cleanup: true
user: __token__
password:
secure: RMvwktWLI7pdoyUZzDd9e3qc4NfunaHrpRcyQWUeU8ZmxVXh3EFhbHlW+rk/WQ8ubLDCtvLcvfGBvnfYwhpvyV4yXR1J/XOBiVFcz4sMMl8yPERQjqLZwU5y6pPn4B8SSku88K3mrFjg/lOXBmTxY66FCnegbAXUzXP1UNZNodgdlh/D+d1SjlhW4Fkvn8U/Mf+zvj+UmnefyYFg7XIeMN5ko+d4I+JP1Q6Euh/iFVFgJtCMXn/gtw5j6018QiNA5W1MzCudz7HPVR+qiZt94N102LCpius0bY7Id/pWeWsPfX2mWKnYQR6Zx2SAU/mXzz0SdVlTzm7TAiuaUsmd2HdmCIhqeueQpqzIJO8yupyb9/VD/mRwCr9imd65LMcK6FQoAkbEVX4tjsujNUrWGseKiJBCrSU7E7i4zjWo6v/dxo4jwHR7pOTPtFLuDIst1ZtBhcjwwpjH/N+wnTxZTMWioHTAN4U8c5gqifENvK832osm9dtI1ewiC2V+Qmxb0Zuwapstt3wqCgMXInMZlRsYSla0I+AmrX/nnLPz3oQ6Ca+sanHZL93tqeaczqdkEV4yQMWUMFVv0GJWc6/dhgsqeZv3Z2diEFWHmVxyEBZ4sZN27pTrAYrW0pb/qgw8yKDTguxvAiWDAC/QN8gSvwIdn3Oyy9y4D8v0wHNu55Q=
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.7.1
- Minor packaging related fixes
- Fix description content type in `setup.cfg`
- Add `skip_cleanup` option to travis-ci settings

## Version 0.7.0
- Removed the fallback method that allowed running without Docker
- Package cleanup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Docker-based integration tests
=====
[![PyPI version](https://img.shields.io/pypi/v/pytest-docker?color=blue)](https://pypi.org/project/pytest-docker/)
[![PyPI version](https://img.shields.io/pypi/v/pytest-docker?color=green)](https://pypi.org/project/pytest-docker/)
[![Python versions](https://img.shields.io/pypi/pyversions/pytest-docker)](https://pypi.org/project/pytest-docker/)
[![Code style](https://img.shields.io/badge/formatted%20with-black-black)](https://github.com/psf/black)

Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[metadata]
name = pytest-docker
version = 0.7.0
version = 0.7.1
description = Simple pytest fixtures for Docker and docker-compose based tests
long_description = file: README.md
long_description_content_type = text/markdown
keywords = docker,docker-compose,pytest
url = https://github.com/avast/pytest-docker

author = Max K., Andre Caron
author_email = [email protected]
Expand Down

0 comments on commit a026511

Please sign in to comment.