tox: add py37

This commit is contained in:
Brian Warner 2018-07-04 11:23:33 -07:00
parent 6e635f1af2
commit 97a4f4e2b1

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = {py27,py34,py35,py36,pypy}
envlist = {py27,py34,py35,py36,py37,pypy}
skip_missing_interpreters = True
minversion = 2.4.0