We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests would be useful to ensure nothing is breaking. My preference would be nose:
https://pypi.python.org/pypi/nose/1.3.7
The text was updated successfully, but these errors were encountered:
BTW - do you have some of travis/wercker/appveyor account ? If yes, it would be nice to run there the tests.
To maintain python3/2 compatibility I'd use tox - what do you think ?
Sorry, something went wrong.
Don't have an account on any CI system.
Using tox seems like a good idea, though unless we have py2/3 dependent code paths we should be fine testing in either 2 or 3?
freespace
No branches or pull requests
Tests would be useful to ensure nothing is breaking. My preference would be nose:
https://pypi.python.org/pypi/nose/1.3.7
The text was updated successfully, but these errors were encountered: