diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +[tox] +envlist = py26,py27,py32 +[testenv] +deps= + nose +commands=nosetests -w test + +[testenv:py32] +commands=nosetests -w test3 |
