unibe-cns / NEAT

NEAT (NEural Analysis Toolkit)
Other
12 stars 15 forks source link

Add github actions workflow for tests #125

Closed jakobj closed 3 years ago

jakobj commented 3 years ago

This PR adds continuous integration to NEAT via github workflows. For every pull request, all tests will be run on three different python version (3.6, 3.7, 3.8) to make sure that the proposed changes to not break anything. Additionally, every merge to master will trigger these tests to make sure master is always working.

Before this PR is merged, the workflow will not show up in this repo, but you can see the output in my branch.

fixes #58