diff -r 000000000000 -r 6474c204b198 python/blessings/tox.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python/blessings/tox.ini Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,7 @@ +[tox] +envlist = py25, py26, py27, py32 + +[testenv] +commands = nosetests blessings +deps = nose +changedir = .tox # So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd