Skip to content

Commit

Permalink
Install twine on Travis so we can deploy to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Jan 10, 2020
1 parent 2e52fe9 commit 0ae3dea
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 @@ -26,7 +26,7 @@ env:
# The files with the listed requirements to be installed by conda
- CONDA_REQUIREMENTS=requirements.txt
- CONDA_REQUIREMENTS_DEV=requirements-dev.txt
- CONDA_INSTALL_EXTRA="codecov"
- CONDA_INSTALL_EXTRA="codecov twine"
# These variables control which actions are performed in a build
- DEPLOY_DOCS=false
- DEPLOY_PYPI=false
Expand Down

0 comments on commit 0ae3dea

Please sign in to comment.