Closed msabramo closed 9 years ago
tox: http://tox.testrun.org/
$ pip install tox ... $ tox ... py26: commands succeeded py27: commands succeeded py32: commands succeeded py33: commands succeeded py34: commands succeeded pypy: commands succeeded congratulations :)
and make .travis.yml use tox so that things are more DRY.
.travis.yml
tox: http://tox.testrun.org/
and make
.travis.yml
use tox so that things are more DRY.