polsys / ennemi

Easy Nearest Neighbor Estimation of Mutual Information
https://polsys.github.io/ennemi/
MIT License
35 stars 12 forks source link

Fix Windows continuous integration #9

Closed polsys closed 4 years ago

polsys commented 4 years ago

Windows CI was disabled because the test leg crashed before any output was printed. Turns out that the reason was calling python3 instead of python. Added Windows to the test matrix. Also moved the pytest-cov installation to happen only when running tests with coverage.