Skip to content

Commit

Permalink
Fix deploy to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottmurray committed May 22, 2020
1 parent 2c6e4eb commit e2c7e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- flake8
- pydocstyle pact
- tox
- 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

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

0 comments on commit e2c7e4e

Please sign in to comment.