summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:14:18 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:14:23 +0200
commitbe8b8fe2f3b33b848c75acd38d129f82bbac35bc (patch)
tree60f5b2c110f47b61f4b8bdfa5a48a8656b493449
parenta5eb7d86926fac92965c35de1cae9114dc471a35 (diff)
Pin tox basepython version to 3.8
Issue-ID: INT-2222 Change-Id: Ie3fbb90244bbb91786cf90372089c521001ce657 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 6f18d1e..4267350 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