Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 547a3dc

Browse files
authored
Merge pull request #785 from ofek/patch-1
upgrade pip in Travis too
2 parents f8978b1 + 486b1ac commit 547a3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- if [ -n "$SOLC_VERSION" ]; then sudo apt-get install -y tree unzip; fi
2424
install:
2525
- if [ -n "$SOLC_VERSION" ]; then /.$TRAVIS_BUILD_DIR/.travis/install_solc.sh; fi
26-
- travis_retry pip install setuptools --upgrade
26+
- travis_retry pip install pip setuptools --upgrade
2727
- travis_retry pip install tox
2828
- travis_retry pip install coverage
2929
- travis_retry pip install flake8

0 commit comments

Comments
 (0)