summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:17:31 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 10:17:35 +0200
commit944b0d610185ba95d271e7075ec68796a404589f (patch)
tree8d81a142fe745ea44f88c2701c6464c13c376b26
parentb7f29dc3f03ec40369941af6e525d40c822d1ced (diff)
Pin tox basepython version to 3.8
Issue-ID: INT-2222 Change-Id: Id84a8d59a1ea9169b1dbc50dd7e27355198c674f 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