Skip to content

Commit a026511

Browse files
committed
Version 0.7.1
Minor packaging related fixes
1 parent f448883 commit a026511

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ deploy:
3636
branch: master
3737
distributions: "sdist bdist_wheel"
3838
skip_existing: true
39+
skip_cleanup: true
3940
user: __token__
4041
password:
4142
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=

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Version 0.7.1
4+
- Minor packaging related fixes
5+
- Fix description content type in `setup.cfg`
6+
- Add `skip_cleanup` option to travis-ci settings
7+
38
## Version 0.7.0
49
- Removed the fallback method that allowed running without Docker
510
- Package cleanup

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Docker-based integration tests
22
=====
3-
[![PyPI version](https://img.shields.io/pypi/v/pytest-docker?color=blue)](https://pypi.org/project/pytest-docker/)
3+
[![PyPI version](https://img.shields.io/pypi/v/pytest-docker?color=green)](https://pypi.org/project/pytest-docker/)
44
[![Python versions](https://img.shields.io/pypi/pyversions/pytest-docker)](https://pypi.org/project/pytest-docker/)
55
[![Code style](https://img.shields.io/badge/formatted%20with-black-black)](https://github.com/psf/black)
66

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[metadata]
22
name = pytest-docker
3-
version = 0.7.0
3+
version = 0.7.1
44
description = Simple pytest fixtures for Docker and docker-compose based tests
55
long_description = file: README.md
6+
long_description_content_type = text/markdown
67
keywords = docker,docker-compose,pytest
8+
url = https://github.com/avast/pytest-docker
79

810
author = Max K., Andre Caron
911
author_email = [email protected]

0 commit comments

Comments
 (0)