diff options
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 |
