diff --git a/tox.ini b/tox.ini index ae03b62..97182f4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,py3 +envlist = py25,py26,py27 [testenv] commands=py.test --junitxml=junit-{envname}.xml @@ -9,6 +9,3 @@ deps = [testenv:pypy] basepython=/usr/bin/pypy-c - -[testenv:py3] -basepython=/usr/bin/python3 \ No newline at end of file