Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Pins version of pytest-cov to 2.5 (z4r/python-coveralls#66)
  • Loading branch information
jan-matthis authored Nov 5, 2018
1 parent 4ae2749 commit 3f7d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- source activate testenv
- pip install travis-sphinx nbsphinx
- export PATH=$HOME/.local/bin:$PATH
- pip install pep8 pytest-pep8 python-coveralls pytest-cov
- pip install pep8 pytest-pep8 python-coveralls pytest-cov==2.5.0
- pip install sphinxcontrib-napoleon sphinx_rtd_theme
- pip install theano
- echo -e "\n[blas]\nldflags = -lopenblas\n" >> ~/.theanorc
Expand Down

0 comments on commit 3f7d9a8

Please sign in to comment.