Install docs requirements in travis tests!

matrix
Guillermo Rodriguez 2020-08-31 12:33:25 -03:00
parent a6f7b0df7c
commit f05db6841d
No known key found for this signature in database
GPG Key ID: 3F61096EC7DF75A8
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