install spelling on travis

This commit is contained in:
Patrick Kanzler 2020-05-12 00:04:53 +02:00
parent ff39908674
commit aa7f2773eb
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ matrix:
language: shell
before_install:
- choco install python
- pip install tox codecov 'sphinx>=1.5.1'
- pip install tox codecov 'sphinx>=1.5.1' 'sphinxcontrib-spelling>=5'
env:
- TOXENV=py37
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
@ -57,7 +57,7 @@ matrix:
- os: windows
- os: osx
before_install:
- pip install tox codecov 'sphinx>=1.5.1'
- pip install tox codecov 'sphinx>=1.5.1' 'sphinxcontrib-spelling>=5'
- ./doc/generate_authors.sh --check
script:
- tox