File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ deploy:
36
36
branch : master
37
37
distributions : " sdist bdist_wheel"
38
38
skip_existing : true
39
+ skip_cleanup : true
39
40
user : __token__
40
41
password :
41
42
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=
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## Version 0.7.0
4
9
- Removed the fallback method that allowed running without Docker
5
10
- Package cleanup
Original file line number Diff line number Diff line change 1
1
Docker-based integration tests
2
2
=====
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/ )
4
4
[ ![ Python versions] ( https://img.shields.io/pypi/pyversions/pytest-docker )] ( https://pypi.org/project/pytest-docker/ )
5
5
[ ![ Code style] ( https://img.shields.io/badge/formatted%20with-black-black )] ( https://github.com/psf/black )
6
6
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pytest-docker
3
- version = 0.7.0
3
+ version = 0.7.1
4
4
description = Simple pytest fixtures for Docker and docker-compose based tests
5
5
long_description = file: README.md
6
+ long_description_content_type = text/markdown
6
7
keywords = docker,docker-compose,pytest
8
+ url = https://github.com/avast/pytest-docker
7
9
8
10
author = Max K., Andre Caron
9
11
You can’t perform that action at this time.
0 commit comments