Skip to content

Commit

Permalink
Merge pull request #106 from SpiNNakerManchester/travis-test
Browse files Browse the repository at this point in the history
Travis has a new nasty trick: it puts stdout in nonblock mode
  • Loading branch information
dkfellows committed Jan 8, 2018
2 parents 9b6d82a + 6309f29 commit e209787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ dist: trusty
cache: pip

before_install:
# Work around ludicrous Travis bug
- git clone https://github.com/SpiNNakerManchester/SupportScripts.git support
- python support/travis_blocking_stdout.py
# Bring pip up to date
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
- git clone https://github.com/SpiNNakerManchester/SupportScripts.git support
# SpiNNakerManchester internal dependencies; development mode
- support/pipinstall.sh git://github.com/SpiNNakerManchester/SpiNNUtils.git
- support/pipinstall.sh git://github.com/SpiNNakerManchester/SpiNNMachine.git
Expand Down

0 comments on commit e209787

Please sign in to comment.