From 8eed333343e4e9e7f11f3aee67299030d6bf2783 Mon Sep 17 00:00:00 2001
From: Michael Merickel <github@m.merickel.org>
Date: Tue, 16 Oct 2018 05:19:45 +0200
Subject: [PATCH] Merge pull request #3390 from mmerickel/whatsnew-1.10

---
 tox.ini |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tox.ini b/tox.ini
index f5152cb..cda08f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,37 +28,37 @@
 [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]

--
Gitblit v1.9.3