Skip to content

Commit

Permalink
Merge pull request #108 from SpiNNakerManchester/coverage4
Browse files Browse the repository at this point in the history
coverage 5.0 is unusable
  • Loading branch information
Christian-B authored Jan 7, 2020
2 parents 1f2d222 + 6a64f9c commit 3ecf242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_install:
install:
- python ./setup.py install
- pip install -r requirements-test.txt
- pip install pylint python-coveralls 'coverage>=4.4'
- pip install pylint python-coveralls 'coverage>=4.4,<5.0'

script:
- py.test . --cov spinn_utilities
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

-r requirements.txt
flake8
coverage >= 4.4, < 5.0
# pytest will be brought in by pytest-cov
pytest-cov
testfixtures
Expand Down

0 comments on commit 3ecf242

Please sign in to comment.