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