diff --git a/tox.ini b/tox.ini index 357c410b..3f42a90b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = cleanup, py{38,310,311,312,313}, style # Skip py39 since it chokes on distutils. +envlist = cleanup, py{38,310,311,312,313} # Skip py39 since it chokes on distutils. skip_missing_interpreters = true # Erase old coverage results, then accumulate them during this tox run.