diff options
| author | Michael Merickel <michael@merickel.org> | 2016-04-19 22:01:16 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-04-19 22:03:01 -0500 |
| commit | 0b09a81bf50029c3b1a4cc61f6fd88ba65b9afc6 (patch) | |
| tree | 3849a84e2b80c19f5284d7826c5bcbd9d9cda658 /tox.ini | |
| parent | a8deed9b86e5c2cdfa7f0729ba1c0e03ee5fbad8 (diff) | |
| download | pyramid-0b09a81bf50029c3b1a4cc61f6fd88ba65b9afc6.tar.gz pyramid-0b09a81bf50029c3b1a4cc61f6fd88ba65b9afc6.tar.bz2 pyramid-0b09a81bf50029c3b1a4cc61f6fd88ba65b9afc6.zip | |
drop unsupported test endpoints
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -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 = |
