From 2d369c6482fa940121462f7574bfc7985201520e Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 15 Oct 2018 21:38:14 -0500 Subject: fix scaffold tests --- tox.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f5152cb99..cda08f853 100644 --- a/tox.ini +++ b/tox.ini @@ -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] -- cgit v1.2.3