Add Python 3.7 as supported version

This commit is contained in:
Sergey Petrov
2018-11-30 23:33:43 +03:00
parent 26d714117e
commit 6f3b2a7456
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36
envlist = py27, py34, py35, py36, py37
[testenv]
commands = nosetests []