From 4edec7237cf26cedae5871189c23a75d791ab975 Mon Sep 17 00:00:00 2001 From: John Szakmeister Date: Fri, 28 Mar 2014 12:48:26 -0400 Subject: Add Python 3.4 support to tox and drop Python 2.4 and 2.5. Tox no longer supports the latter two. --- tox.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4d3a3e8..321fd13 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py33,py32,py31,py27,py26,py25,py24,jython,docs +envlist=py34,py33,py32,py31,py27,py26,jython,docs [testenv] deps= coverage >=3.3 @@ -55,3 +55,9 @@ commands= rm -fr {toxinidir}/build {envpython} setup.py build_tests {envpython} selftest.py [] + +[testenv:py34] +commands= + rm -fr {toxinidir}/build + {envpython} setup.py build_tests + {envpython} selftest.py [] -- cgit v1.2.1