diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +[tox] +envlist = py26, py27, py31, py32, py33 + +[testenv] +deps=nose +commands = {envpython} {toxinidir}/run-tests.py {posargs} |