From 0b09a81bf50029c3b1a4cc61f6fd88ba65b9afc6 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 19 Apr 2016 22:01:16 -0500 Subject: drop unsupported test endpoints --- tox.ini | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d29f41662..258b2892c 100644 --- a/tox.ini +++ b/tox.ini @@ -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 = -- cgit v1.2.3