summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-24 14:23:47 -0600
committerMichael Merickel <michael@merickel.org>2017-01-08 14:19:39 -0600
commit0844c664ad00fcbb6600231a012ad6384da15f5a (patch)
tree1416f942b647eadfbcc2a193f5437da562442c6f /tox.ini
parent8553bd2f06405320d27129e8336d9655ae25e72c (diff)
downloadpyramid-0844c664ad00fcbb6600231a012ad6384da15f5a.tar.gz
pyramid-0844c664ad00fcbb6600231a012ad6384da15f5a.tar.bz2
pyramid-0844c664ad00fcbb6600231a012ad6384da15f5a.zip
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 =