c3df4dd052
To use: sudo pip install tox tox
5 lines
124 B
INI
5 lines
124 B
INI
[tox]
|
|
envlist = py26,py27,py31,py32
|
|
[testenv]
|
|
deps = nose
|
|
commands = nosetests --where=tests --exclude=live -i sleektest.py
|