We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6e4eb commit e2c7e4eCopy full SHA for e2c7e4e
.travis.yml
@@ -19,7 +19,7 @@ script:
19
- flake8
20
- pydocstyle pact
21
- tox
22
- - if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then make package && pip install ./dist/pact-python-*.tar.gz && make e2e; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then make package && pip install ./dist/pact-python-*.tar.gz && make e2e; fi
23
24
before_deploy:
25
- export RELEASE_PACKAGE=$(ls dist/pact-python-*.tar.gz)
0 commit comments