Tox is a nice way to quickly run tests against multiple Python interpreters.
I'm not sure what style guide this project wants to enforce (I really like PEP8), but I added a lint section to the tox.ini so it's easy to automatically enforce/check.
rebased
jcline, thanks. It seems like i have to clean up the code to make tox happy, :-)
+1
:+1:
Pull-Request has been merged by ralph
Does this have an extra "r" on purpose?
Yup, it's passed along to pip's install command.
http://tox.readthedocs.io/en/latest/example/basic.html#depending-on-requirements-txt
Tox is a nice way to quickly run tests against multiple Python interpreters.
I'm not sure what style guide this project wants to enforce (I really like PEP8), but I added a lint section to the tox.ini so it's easy to automatically enforce/check.