Skip to content

Commit

Permalink
Fix Travis deploy - urlib3
Browse files Browse the repository at this point in the history
  • Loading branch information
ziajka committed Oct 19, 2017
1 parent 4573d2a commit fd1619c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ script:
- docker build -t gns3-gui-test .
- docker run gns3-gui-test
before_deploy:
sudo pip install twine
sudo pip install urllib3[secure]
- sudo pip install twine
- sudo pip install urllib3[secure]
deploy:
provider: pypi
user: noplay
Expand Down

0 comments on commit fd1619c

Please sign in to comment.