Skip to content

Commit

Permalink
install twine before travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
scisco committed Dec 2, 2015
1 parent 47051d0 commit d4dc657
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ after_success:
- docker login -e ${DOCKER_EMAIL} -u ${DOCKER_USER} -p ${DOCKER_PASSWORD}
- docker push developmentseed/landsat-util:travis

before_deploy:
- pip install twine

deploy:
provider: pypi
user: devseed
Expand Down

0 comments on commit d4dc657

Please sign in to comment.