diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-19 10:18:58 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-19 10:19:01 +0200 |
commit | b1878d59394f511b1a8f5d0749622f2bbe7d50c7 (patch) | |
tree | f89d1b458f66ee5eccc492231f0d82610ee40e6d | |
parent | 7db71adaf139e54f2186cfd19d468f5a1123835d (diff) |
Issue-ID: INT-2222
Change-Id: Ie980e79e82af3089d01055d664348f3cd9bf18f7
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r-- | tox.ini | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |