Merge pull request #86 from goodboy/pip_ci_fix

Make pip a keener
drop_event_clear
goodboy 2019-10-20 16:42:42 -04:00 committed by GitHub
commit ab349cdb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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