Several months ago, the py33 tests were removed. I just ran them and they passed fine, so whatever issue you may have been having seems to be over.
9 lines
137 B
INI
9 lines
137 B
INI
[tox]
|
|
envlist = py26, py27, py33
|
|
|
|
[testenv]
|
|
deps = -r{toxinidir}/requirements.pip
|
|
commands =
|
|
{envpython} setup.py test
|
|
nosetests
|