Make pip a keener

pip_ci_fix
Tyler Goodlet 2019-10-20 16:24:01 -04:00
parent c5074f5a60
commit 1127e3b579
1 changed files with 1 additions and 1 deletions

View File

@ -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