Always upgrade pip before CI run
parent
07d54110c0
commit
c5074f5a60
|
@ -27,6 +27,7 @@ matrix:
|
|||
|
||||
install:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
- pip install -U pip
|
||||
- pip install -U . -r requirements-test.txt
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue