Skip to content

Commit

Permalink
Travis - Use latest pip version (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed May 12, 2020
1 parent 2279bde commit 84cd01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ matrix:
before_install:
- export PYTHONPATH=$PYTHONPATH:/home/travis/.local/lib/python3.5/site-packages/
install: &0
- python3 -m pip install --upgrade pip
- python3 -m pip install -r $TRAVIS_BUILD_DIR/sdk/python/requirements.txt
# Additional dependencies
- pip3 install coverage==4.5.4 coveralls==1.9.2 six>=1.13.0
Expand Down

0 comments on commit 84cd01a

Please sign in to comment.