forked from goodboy/tractor
1
0
Fork 0

Merge pull request #150 from guilledk/typelog_sphinx_theme

Install docs requirements in travis tests
matrix
goodboy 2020-08-31 11:39:40 -04:00 committed by GitHub
commit 1cbc098721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ matrix:
install:
- cd $TRAVIS_BUILD_DIR
- pip install -U pip
- pip install -U . -r requirements-test.txt --upgrade-strategy eager
- pip install -U . -r requirements-test.txt -r requirements-docs.txt --upgrade-strategy eager
script:
- mypy tractor/ --ignore-missing-imports