Add support for Python 3.8

This commit is contained in:
Hugo 2019-12-17 22:17:17 +02:00
parent 782040dc28
commit 44e47d84ce
4 changed files with 10 additions and 9 deletions

View file

@ -1,5 +1,5 @@
[tox]
envlist = py37, py36, py35, pypy3, py38dev
envlist = py38, py37, py36, py35, pypy3
recreate = False
[testenv]