From 4aa2eb5f970b812a96480e2cd7c18c1103b844c8 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 31 Oct 2018 01:46:25 -0500 Subject: initial work removing pcreate --- tox.ini | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index cda08f853..5bf19d2a7 100644 --- a/tox.ini +++ b/tox.ini @@ -25,42 +25,6 @@ commands = extras = testing -[testenv:py27-scaffolds] -basepython = python2.7 -commands = - python src/pyramid/scaffolds/tests.py -deps = virtualenv - -[testenv:py34-scaffolds] -basepython = python3.4 -commands = - python src/pyramid/scaffolds/tests.py -deps = virtualenv - -[testenv:py35-scaffolds] -basepython = python3.5 -commands = - python src/pyramid/scaffolds/tests.py -deps = virtualenv - -[testenv:py36-scaffolds] -basepython = python3.6 -commands = - python src/pyramid/scaffolds/tests.py -deps = virtualenv - -[testenv:py37-scaffolds] -basepython = python3.7 -commands = - python src/pyramid/scaffolds/tests.py -deps = virtualenv - -[testenv:pypy-scaffolds] -basepython = pypy -commands = - python src/pyramid/scaffolds/tests.py -deps = virtualenv - [testenv:lint] skip_install = true basepython = python3.6 -- cgit v1.2.3