diff options
| author | Chris McDonough <chrism@plope.com> | 2015-04-13 10:59:18 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-04-13 10:59:18 -0400 |
| commit | 46805450633291682f97e87055313fc3be477326 (patch) | |
| tree | fc73f72de1d009d53cf803bb2befaa92f95815df /tox.ini | |
| parent | 109b2a0b29e0d63a521a91021c736851248ac7d3 (diff) | |
| download | pyramid-46805450633291682f97e87055313fc3be477326.tar.gz pyramid-46805450633291682f97e87055313fc3be477326.tar.bz2 pyramid-46805450633291682f97e87055313fc3be477326.zip | |
unbreak tox
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |
