diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-24 14:23:47 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-01-08 14:19:39 -0600 |
| commit | 0844c664ad00fcbb6600231a012ad6384da15f5a (patch) | |
| tree | 1416f942b647eadfbcc2a193f5437da562442c6f /tox.ini | |
| parent | 8553bd2f06405320d27129e8336d9655ae25e72c (diff) | |
| download | pyramid-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.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 = |
