You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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 --upgrade coveralls coverage
- pip install .
script:
- PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 coverage run --source nengo_bio -m pytest --noconftest nengo_bio/