summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:18:58 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:19:01 +0200
commitb1878d59394f511b1a8f5d0749622f2bbe7d50c7 (patch)
treef89d1b458f66ee5eccc492231f0d82610ee40e6d
parent7db71adaf139e54f2186cfd19d468f5a1123835d (diff)
Pin tox basepython version to 3.8HEADmaster
Issue-ID: INT-2222 Change-Id: Ie980e79e82af3089d01055d664348f3cd9bf18f7 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 5c1461f..4095366 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