Skip to content

Commit

Permalink
install twine in the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
scisco committed Dec 2, 2015
1 parent 449762a commit 91f7e70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:


before_script:
- pip install twine
- docker build --file="travis-dockerfile" -t "developmentseed/landsat-util:travis" .

script:
Expand All @@ -20,9 +21,6 @@ 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 91f7e70

Please sign in to comment.