Minimally add py36 to CI

This commit is contained in:
Chad Whitacre 2020-06-26 07:32:53 -04:00
parent 6115d96ab5
commit 73c40e8d2a

View File

@ -7,7 +7,7 @@
twisted = 1
[tox]
envlist = {py27,pypy27}{-coverage,}
envlist = {py27,pypy27,py36}{-coverage,}
minversion = 2.4
[testenv]