aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--simulator-cli/tox.ini2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/simulator-cli/tox.ini b/simulator-cli/tox.ini
index e6c360f..6de1644 100644
--- a/simulator-cli/tox.ini
+++ b/simulator-cli/tox.ini
@@ -3,7 +3,7 @@ envlist = pytest
skipsdist = true
[testenv]
-basepython = python3
+basepython = python3.8
deps = -rrequirements.txt
[testenv:pytest]
diff --git a/tox.ini b/tox.ini
index 102cead..643386f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = true
requires = pip >= 8
[testenv]
-basepython = python3
+basepython = python3.8
allowlist_externals =
git
bash