Skip to content

Commit

Permalink
Merge pull request #117 from SpiNNakerManchester/no_8
Browse files Browse the repository at this point in the history
No 8
  • Loading branch information
rowleya authored Apr 21, 2022
2 parents 9cfd3f5 + 42d6c7b commit bd06833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pipeline {
sh 'cd TestBase && python ./setup.py develop'
sh 'cd SpiNNaker_PDP2 && python ./setup.py develop'
sh 'cd Visualiser && python ./setup.py develop'
sh 'python -m spynnaker8.setup_pynn'
sh 'python -m spynnaker.pyNN.setup_pynn'
// Test requirements
sh 'pip install -r SpiNNMachine/requirements-test.txt'
sh 'pip install -r SpiNNMan/requirements-test.txt'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[![Jenkins tests](https://img.shields.io/jenkins/tests?compact_message&jobUrl=http%3A%2F%2Fapollo.cs.man.ac.uk%3A8080%2Fjob%2FIntegration%2520Tests%2Fjob%2Fmain%2F&label=integration%20tests)](http://apollo.cs.man.ac.uk:8080/blue/organizations/jenkins/Integration%20Tests/activity/)


# IntegrationTests
Integration Tests unified over all repositories


In particular, tests:
* [sPyNNaker](https://github.com/SpiNNakerManchester/sPyNNaker)
* [SpiNNaker Graph Front End](https://github.com/SpiNNakerManchester/SpiNNakerGraphFrontEnd)
Expand Down

0 comments on commit bd06833

Please sign in to comment.