Add Python 3.8 version support (#983)

* Update .travis.yml

* Update tox.ini
This commit is contained in:
Eugene Duboviy
2019-10-19 16:00:52 +03:00
committed by Vladimir Iakovlev
parent 4f165bf6df
commit 7a9d87f502
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,py37
envlist = py27,py34,py35,py36,py37,py38
[testenv]
deps = -rrequirements.txt