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.
This commit is contained in:
Brian Curtin
2013-09-23 16:46:58 -05:00
parent 3f557604dc
commit fb0b6556c3

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27
envlist = py26, py27, py33
[testenv]
deps = -r{toxinidir}/requirements.pip