mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
6 lines
124 B
INI
6 lines
124 B
INI
|
[tox]
|
||
|
envlist = py26,py27,py31,py32
|
||
|
[testenv]
|
||
|
deps = nose
|
||
|
commands = nosetests --where=tests --exclude=live -i sleektest.py
|