Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #41 from SpiNNakerManchester/coverage4
Browse files Browse the repository at this point in the history
boom
  • Loading branch information
alan-stokes committed Feb 13, 2020
2 parents 33494c6 + c990d0b commit 3815337
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 @@ -35,7 +35,7 @@ before_install:
before_script:
- 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 tests --cov spinn_storage_handlers
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
sphinx==1.5.3

0 comments on commit 3815337

Please sign in to comment.