aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-05-04 10:59:35 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-05-04 11:58:37 +0200
commit71e2da8034f87ac7427902a3cb8c5d78ed61c2f2 (patch)
tree5f8a04cf59be583ce23037121af91ce00b069e98 /tox.ini
parenta7a3fb72339042b2f455d5e5dfe8f7b685c7ec55 (diff)
Remove empty docs directory
Issue-ID: INT-2218 Change-Id: I778c3d23e75c8e376aef6f3808e1b4803f64598e Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 906fb46..dd497ea 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 =
pyyaml == 3.13