Add py33, py34, delete py24, py25.

This commit is contained in:
Skip Montanaro 2013-02-23 22:15:05 -06:00
parent 9f152edea6
commit 6c16b9d8c0
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# content of: tox.ini , put in same dir as setup.py
[testenv:py34]
basepython=python3.4
[tox]
envlist = py24,py25,py26,py27,py31,py32
envlist = py26,py27,py31,py32,py33,py34
[testenv]
commands=nosetests