forked from goodboy/tractor
Make pip a keener
parent
c5074f5a60
commit
1127e3b579
|
@ -28,7 +28,7 @@ matrix:
|
|||
install:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
- pip install -U pip
|
||||
- pip install -U . -r requirements-test.txt
|
||||
- pip install -U . -r requirements-test.txt --upgrade-strategy eager
|
||||
|
||||
script:
|
||||
- mypy tractor/ --ignore-missing-imports
|
||||
|
|
Loading…
Reference in New Issue