diff --git a/tox.ini b/tox.ini index 722d2fa..7553b3b 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ minversion = 3.1.0 # Needed to create ChangeLog for docs building skipsdist = False -envlist = py37,pep8 +envlist = py38,pep8 ignore_basepython_conflict = True [testenv]