Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Oct 14, 2020
1 parent 58dfea8 commit f3badd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ before_install:
- nvm use stable
- rm -rf node_modules
- npm install
- npm install web3 ethereumjs-util ethereumjs-abi --no-save
- git checkout package.json package-lock.json
- sudo apt-get install python3-pip
- python3 --version
Expand All @@ -27,7 +26,7 @@ before_install:
- sudo -H pip install --ignore-installed six
- sudo -H pip install --upgrade tox twine
- pip install --upgrade setuptools
- pip install --upgrade web3 aiohttp requests cryptography pyopenssl
- pip install --upgrade aiohttp requests cryptography pyopenssl
- pip2 install requests[security]
- git pull --tags
script:
Expand Down

0 comments on commit f3badd7

Please sign in to comment.