summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-31 01:46:25 -0500
committerMichael Merickel <michael@merickel.org>2018-10-31 01:46:25 -0500
commit4aa2eb5f970b812a96480e2cd7c18c1103b844c8 (patch)
treeeb1406080661b3cf8b5b3ad2935992863b654f00 /tox.ini
parent26ff2bf625f426f90abb313e9e028fc16308d105 (diff)
downloadpyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.gz
pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.bz2
pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.zip
initial work removing pcreate
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini36
1 files changed, 0 insertions, 36 deletions
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