polyglot
polyglot copied to clipboard
Simplify/clarify testing approach
I'm trying to get some clarification about how you are doing testing.
You have a tox.ini that is referenced in the contributing file but in your tavis CI you are using nosetest and don't invoke tox at all.
Have you considered using pytest and/or tracking your test coverage?