summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-05-10 00:34:08 -0500
committerMichael Merickel <michael@merickel.org>2016-05-10 00:34:08 -0500
commitaa52c5f60dd329216b1ef459d53c2710bbaf5b50 (patch)
tree8848e4195687b1e0626a6d9679c147129f7bf65e /tox.ini
parent56cf0f4155ac9ad570c96870f8966d8d722dd539 (diff)
downloadpyramid-aa52c5f60dd329216b1ef459d53c2710bbaf5b50.tar.gz
pyramid-aa52c5f60dd329216b1ef459d53c2710bbaf5b50.tar.bz2
pyramid-aa52c5f60dd329216b1ef459d53c2710bbaf5b50.zip
execute scaffolds using pip and py.test
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fc47faf17..441b62223 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,6 +39,12 @@ commands =
python pyramid/scaffolds/tests.py
deps = virtualenv
+[testenv:py35-scaffolds]
+basepython = python3.5
+commands =
+ python pyramid/scaffolds/tests.py
+deps = virtualenv
+
[testenv:pypy-scaffolds]
basepython = pypy
commands =