Skip to content

Commit

Permalink
Merge branch 'master' of github.com:astoeckel/nengo-bio
Browse files Browse the repository at this point in the history
  • Loading branch information
astoeckel committed Jun 2, 2019
2 parents 68eb96f + 912cd8b commit e6567e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ env:
- NENGO_VERSION=master
install:
- if [ "$NENGO_VERSION" = "master" ]; then git clone https://github.com/nengo/nengo; cd nengo; pip install .; cd -; else pip install nengo==$NENGO_VERSION; fi
- pip install coveralls pytest-cov
- pip install --upgrade coveralls coverage
- pip install .
script: OMP_NUM_THREADS=1 pytest --cov neng_bio nengo_bio/
script:
- OMP_NUM_THREADS=1 coverage run --source nengo_bio -m pytest nengo_bio/
after_success:
- coverage report
- coveralls

0 comments on commit e6567e0

Please sign in to comment.