Add python 3.8 and 3.9 to tox.ini

This commit is contained in:
Daniel Gonçalves 2021-10-10 15:33:48 +02:00
parent bc04fe22cf
commit bc8357dc3c

View file

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py36,py37 envlist = py36,py37,py38,py39
skipsdist = True skipsdist = True
[testenv] [testenv]