diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-15 21:38:14 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-15 21:45:02 -0500 |
| commit | 2d369c6482fa940121462f7574bfc7985201520e (patch) | |
| tree | c707193ed4ef9ffafc12bb4208480a1104c7b318 /tox.ini | |
| parent | 4a5504787f376255fa50f50de273595ce03d1d77 (diff) | |
| download | pyramid-2d369c6482fa940121462f7574bfc7985201520e.tar.gz pyramid-2d369c6482fa940121462f7574bfc7985201520e.tar.bz2 pyramid-2d369c6482fa940121462f7574bfc7985201520e.zip | |
fix scaffold tests
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -28,37 +28,37 @@ extras = [testenv:py27-scaffolds] basepython = python2.7 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:py34-scaffolds] basepython = python3.4 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:py35-scaffolds] basepython = python3.5 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:py36-scaffolds] basepython = python3.6 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:py37-scaffolds] basepython = python3.7 commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:pypy-scaffolds] basepython = pypy commands = - python pyramid/scaffolds/tests.py + python src/pyramid/scaffolds/tests.py deps = virtualenv [testenv:lint] |
