Add Python 3.7 to tox test matrix

This commit is contained in:
Jon Dufresne
2018-11-11 12:01:41 -08:00
parent c501ec986d
commit 779fd6e7f3
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36
envlist = py27,py34,py35,py36,py37
[testenv]