diff options
Diffstat (limited to 'test/vcpe')
-rw-r--r-- | test/vcpe/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/tox.ini b/test/vcpe/tox.ini index 8da9312f8..bee3a65eb 100644 --- a/test/vcpe/tox.ini +++ b/test/vcpe/tox.ini @@ -10,6 +10,6 @@ envlist = pytest deps = pytest [testenv:pytest] -basepython = python3 +basepython = python3.8 commands = pytest |