From 4d03c7d69f31b60c2b621d8a5d7ea593d634ae07 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 4 Jun 2019 11:09:28 +0200 Subject: [PATCH] Be explicit about 3.8 --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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