Merge pull request #4868 from jdufresne/tox-py37

Add Python 3.7 to tox test matrix
This commit is contained in:
2018-11-13 07:51:36 -05:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36
envlist = py27,py34,py35,py36,py37
[testenv]