diff options
| -rwxr-xr-x | scaffoldtests.sh | 2 | ||||
| -rw-r--r-- | tox.ini | 14 |
2 files changed, 2 insertions, 14 deletions
diff --git a/scaffoldtests.sh b/scaffoldtests.sh index 34c303797..84fd8e072 100755 --- a/scaffoldtests.sh +++ b/scaffoldtests.sh @@ -1,3 +1,3 @@ #!/bin/bash -tox -e{py26,py27,py32,py33,py34,pypy,pypy3}-scaffolds, +tox -e{py27,py33,py34,pypy}-scaffolds, @@ -27,14 +27,8 @@ commands = python pyramid/scaffolds/tests.py deps = virtualenv -[testenv:py32-scaffolds] -basepython = python3.2 -commands = - python pyramid/scaffolds/tests.py -deps = virtualenv - [testenv:py33-scaffolds] -basepython = python3.4 +basepython = python3.3 commands = python pyramid/scaffolds/tests.py deps = virtualenv @@ -51,12 +45,6 @@ commands = python pyramid/scaffolds/tests.py deps = virtualenv -[testenv:pypy3-scaffolds] -basepython = pypy3 -commands = - python pyramid/scaffolds/tests.py -deps = virtualenv - [testenv:pep8] basepython = python3.5 commands = |
