mirror of
https://github.com/correl/SleekXMPP.git
synced 2025-02-20 03:13:24 +00:00
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
|