Update Python versions supported

This commit is contained in:
Ben Lopatin
2018-10-29 18:31:33 -04:00
parent 44cf317aa9
commit 0f2efa8e74
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, pypy, pypy3
envlist = py27, py34, py35, py36, py37, pypy, pypy3
[testenv]
setenv =