diff --git a/tox.ini b/tox.ini index 91617941..e0e79ff4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py31,py32,py33 +envlist = py26,py27,py34 [testenv] deps = nose commands = nosetests --where=tests --exclude=live -i sleektest.py