Be explicit about 3.8

This commit is contained in:
Hynek Schlawack 2019-06-04 11:09:28 +02:00
parent 1dcf46f518
commit 4d03c7d69f
1 changed files with 1 additions and 0 deletions

View File

@ -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