Skip to content

Commit

Permalink
Merge pull request #326 from SpiNNakerManchester/coverage
Browse files Browse the repository at this point in the history
coverage version capped
  • Loading branch information
rowleya authored Dec 17, 2019
2 parents 4eb19ab + cfa7b1a commit ee15403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ pipeline {
sh 'pip install -r sPyNNaker/requirements-test.txt'
sh 'pip install -r sPyNNaker8/requirements-test.txt'
// Additional requirements for testing here
sh 'pip install python-coveralls "coverage>=4.4"'
// coverage version capped due to https://github.com/nedbat/coveragepy/issues/883
sh 'pip install python-coveralls "coverage>=4.4,<5.0.0"'
sh 'pip install pytest-instafail pytest-xdist'
// Java install
sh 'mvn -f JavaSpiNNaker package'
Expand Down

0 comments on commit ee15403

Please sign in to comment.