remove python v3.1 - v3.3 from tox.ini
This commit is contained in:
parent
86e85f9835
commit
d19a6e05b2
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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
|
||||
|
|
Loading…
Reference in a new issue