From 46805450633291682f97e87055313fc3be477326 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 13 Apr 2015 10:59:18 -0400 Subject: unbreak tox --- tox.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e0ef2277b..bfaf8c008 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ envlist = py26,py27,py32,py33,py34,pypy,pypy3, {py2,py3}-docs, {py2,py3}-cover,coverage, - scaffolds [testenv] # Most of these are defaults but if you specify any you can't fall back @@ -63,14 +62,14 @@ deps = setenv = COVERAGE_FILE=.coverage -[testenv:py3-scaffolds] -basepython = python3.4 +[testenv:py2-scaffolds] +basepython = python2.7 commands = python pyramid/scaffolds/tests.py deps = virtualenv -[testenv:py2-scaffolds] -basepython = python2.7 +[testenv:py3-scaffolds] +basepython = python3.4 commands = python pyramid/scaffolds/tests.py deps = virtualenv -- cgit v1.2.3