Skip to content

Commit

Permalink
Hotfix to build script
Browse files Browse the repository at this point in the history
The pytest version was not compatible with `pytest-cov` and the sphinx version clashed with a plugin.
  • Loading branch information
JonathanWenger committed Jul 8, 2020
1 parent e72d4fe commit 154982a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ language: python
python:
- "3.6"
install:
- pip install pytest pytest-cov # testing
- pip install sphinx # python documentation tool
- pip install 'pytest>=4.6' pytest-cov # testing
- pip install 'sphinx<=2.4.4' --force-reinstall # python documentation tool
- pip install sphinx_bootstrap_theme # documentation theme
- pip install sphinx_automodapi # automated function documentation
- pip install nbsphinx # jupyter notebook documentation support
Expand Down

0 comments on commit 154982a

Please sign in to comment.