diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-31 01:46:25 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-31 01:46:25 -0500 |
| commit | 4aa2eb5f970b812a96480e2cd7c18c1103b844c8 (patch) | |
| tree | eb1406080661b3cf8b5b3ad2935992863b654f00 /tox.ini | |
| parent | 26ff2bf625f426f90abb313e9e028fc16308d105 (diff) | |
| download | pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.gz pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.bz2 pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.zip | |
initial work removing pcreate
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 36 |
1 files changed, 0 insertions, 36 deletions
@@ -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 |
