Add Python 3.8 as supported

This commit is contained in:
Sergey Petrov
2019-10-26 03:29:50 +03:00
parent f4dda7bcb5
commit aedc64e8bc
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37
envlist = py35, py36, py37, py38
[testenv]
commands = pytest {posargs}