From 0844c664ad00fcbb6600231a012ad6384da15f5a Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 24 Dec 2016 14:23:47 -0600 Subject: require tests to pass on py36 on travis and appveyor --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tox.ini') 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 = -- cgit v1.2.3