summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-13 10:59:18 -0400
committerChris McDonough <chrism@plope.com>2015-04-13 10:59:18 -0400
commit46805450633291682f97e87055313fc3be477326 (patch)
treefc73f72de1d009d53cf803bb2befaa92f95815df /tox.ini
parent109b2a0b29e0d63a521a91021c736851248ac7d3 (diff)
downloadpyramid-46805450633291682f97e87055313fc3be477326.tar.gz
pyramid-46805450633291682f97e87055313fc3be477326.tar.bz2
pyramid-46805450633291682f97e87055313fc3be477326.zip
unbreak tox
Diffstat (limited to 'tox.ini')
-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