diff --git a/tox.ini b/tox.ini index 290dd352..d76b8518 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,7 @@ commands = coverage run --parallel -m pytest {posargs} [testenv:py38] # Python 3.6+ has a number of compile-time warnings on invalid string escapes. # PYTHONWARNINGS=d and --no-compile below make them visible during the Tox run. +basepython = python3.8 install_command = pip install --no-compile {opts} {packages} setenv = PYTHONWARNINGS=d