From 923fc8ae6e40da089aa6072d0ea01cf3987d8c00 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Mar 2011 05:19:25 -0400 Subject: [PATCH] no more python3 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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