summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-01-08 14:24:46 -0600
committerGitHub <noreply@github.com>2017-01-08 14:24:46 -0600
commit041769e2450358bfa3a1c7e4519a52dfcd35c50d (patch)
tree11e930b7edb1186658282bc3ed1a429af144a0cc /tox.ini
parent7636ff69e9d64233f657e0f61234ae8f0dec6ba8 (diff)
parent0844c664ad00fcbb6600231a012ad6384da15f5a (diff)
downloadpyramid-041769e2450358bfa3a1c7e4519a52dfcd35c50d.tar.gz
pyramid-041769e2450358bfa3a1c7e4519a52dfcd35c50d.tar.bz2
pyramid-041769e2450358bfa3a1c7e4519a52dfcd35c50d.zip
Merge pull request #2885 from mmerickel/require-py36
require tests to pass on py36 on travis and appveyor
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 d1df0f031..242decfc4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,6 +40,12 @@ commands =
python pyramid/scaffolds/tests.py
deps = virtualenv
+[testenv:py36-scaffolds]
+basepython = python3.6
+commands =
+ python pyramid/scaffolds/tests.py
+deps = virtualenv
+
[testenv:pypy-scaffolds]
basepython = pypy
commands =