danijar / layered

Clean implementation of feed forward neural networks
MIT License
240 stars 33 forks source link

Split user and testing dependencies for faster Travis builds #5

Closed danijar closed 8 years ago

danijar commented 8 years ago

The Travis builds consume most of the time building Matplotlib. Since tests don't plot anything, this package is not needed there. On the other hand, users don't need Pytest, linting and code coverage packages. Both groups of dependencies would intersect.