d8c9662302
Tests now run successfully. Occasionally get single error related to duplicated payload data in pubsub items when copying stanza values.
5 lines
129 B
INI
5 lines
129 B
INI
[tox]
|
|
envlist = py26,py27,py31,py32,py33
|
|
[testenv]
|
|
deps = nose
|
|
commands = nosetests --where=tests --exclude=live -i sleektest.py
|