Skip to content

Commit

Permalink
TMP test against nengo master
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Feb 8, 2019
1 parent e47ac40 commit 28adc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/hardware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ elif [[ "$COMMAND" == "script" ]]; then
cd /tmp/nengo-loihi-$TRAVIS_JOB_NUMBER
conda create -y -n travis-ci-$TRAVIS_JOB_NUMBER python=3.5.2 scipy
source activate travis-ci-$TRAVIS_JOB_NUMBER
pip install git+https://github.com/nengo/nengo.git
pip install -e .[tests]
pip install ~/travis-ci/nxsdk-0.7.5.tar.gz
SLURM=1 coverage run -m pytest --target loihi --no-hang -v --durations 50 --color=yes && \
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_install:
- source .ci/conda.sh install

install:
- pip install git+https://github.com/nengo/nengo.git
- .ci/$MODE.sh install

script:
Expand Down

0 comments on commit 28adc10

Please sign in to comment.