aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:10:17 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:10:24 +0200
commite5a6166f51f55a6510d985c73aa3bf635b265cc2 (patch)
treee0ad1db4a9c517796e440157183e6f57843eced7
parent9b17c2b380f0de3289dfc50d01fc2aa58f20a700 (diff)
Pin tox basepython version to 3.8
Issue-ID: INT-2222 Change-Id: I06c2bf2eece810f3ef67f6d9a880fb2c3a391fd9 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c06bb465..a5d674e3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,9 +5,12 @@ skipsdist = true
requires = pip >= 8
[testenv]
-basepython = python3
-whitelist_externals =
+basepython = python3.8
+allowlist_externals =
git
+ /bin/sh
+ sh
+ /bin/bash
bash
deps =
coala-bears