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