nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Update for new nengo-bones release #215

Closed drasmuss closed 5 years ago

drasmuss commented 5 years ago

Motivation and context:

https://github.com/nengo/nengo-bones/pull/14 removes conda from the TravisCI setup, so everything is done with pip instead. This simplifies and speeds up the build process. This PR updates .nengobones.yml to be consistent with that new approach.

Interactions with other PRs:

Depends on https://github.com/nengo/nengo-bones/pull/14

How has this been tested?

All TravisCI checks are passing.

How long should this take to review?

Types of changes:

Checklist:

hunse commented 5 years ago

This needs to be rebased onto #216 for tests to pass.