Skip to content

Commit e2c7e4e

Browse files
committed
Fix deploy to pypi
1 parent 2c6e4eb commit e2c7e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
- flake8
2020
- pydocstyle pact
2121
- tox
22-
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then make package && pip install ./dist/pact-python-*.tar.gz && make e2e; fi
22+
- if [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then make package && pip install ./dist/pact-python-*.tar.gz && make e2e; fi
2323

2424
before_deploy:
2525
- export RELEASE_PACKAGE=$(ls dist/pact-python-*.tar.gz)

0 commit comments

Comments
 (0)