Skip to content

Commit

Permalink
use pip3.6 instead of pip3 for twine install on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 16, 2019
1 parent 840cca9 commit bb44318
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 @@ before_install:
- sudo -H pip3 install --upgrade setuptools
- sudo -H pip3 install --upgrade pip wheel requests pyopenssl
- sudo -H pip3 install --ignore-installed six
- sudo -H pip install --upgrade tox twine
- sudo -H pip3.6 install --upgrade tox twine
- pip install --upgrade setuptools
- pip install --upgrade web3 aiohttp requests pyopenssl
- pip2 install requests[security]
Expand Down

0 comments on commit bb44318

Please sign in to comment.