Always upgrade pip before CI run

pip_ci_fix
Tyler Goodlet 2019-10-20 14:06:28 -04:00
parent 07d54110c0
commit c5074f5a60
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ matrix:
install:
- cd $TRAVIS_BUILD_DIR
- pip install -U pip
- pip install -U . -r requirements-test.txt
script: