Files
deb-python-httpretty/tox.ini
Brian Curtin fb0b6556c3 Reenable py33 testing via tox.
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.
2013-09-23 16:46:58 -05:00

9 lines
137 B
INI

[tox]
envlist = py26, py27, py33
[testenv]
deps = -r{toxinidir}/requirements.pip
commands =
{envpython} setup.py test
nosetests