remove python v3.1 - v3.3 from tox.ini

This commit is contained in:
Mike Taylor 2015-04-11 20:37:05 -04:00
parent 86e85f9835
commit d19a6e05b2

View file

@ -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