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