summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini9
1 files changed, 4 insertions, 5 deletions
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