diff --git a/tox.ini b/tox.ini index 0c34eba..1d4ae6d 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 = py38,pep8 +envlist = py3,pep8 ignore_basepython_conflict = True [testenv]