aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-10-20 13:15:24 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2022-10-20 15:47:23 +0200
commit651fbe30a574fde8c62e7b73b3f05e40fba6e58b (patch)
treeb902b3bd7e0fb63d37fb881ea854437cc7126a53 /tox.ini
parentd8334e205270afadcedef38ff3f9e01eba2e9a15 (diff)
Update to Alpine 3.16
Change-Id: Ib630178c93d4a991f43611796e0c07975ce421ec Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 59c17357..3dfb5895 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,17 +19,17 @@ commands = nosetests --with-xunit \
functest_kubernetes
[testenv:pep8]
-basepython = python3.9
+basepython = python3.10
commands = flake8
[testenv:pylint]
-basepython = python3.9
+basepython = python3.10
commands = pylint \
--ignore-imports=y --min-similarity-lines=10 \
--disable=locally-disabled,wrong-import-order --reports=n functest_kubernetes
[testenv:yamllint]
-basepython = python3.9
+basepython = python3.10
files =
.travis.yml
docker
@@ -37,21 +37,21 @@ commands =
yamllint {[testenv:yamllint]files}
[testenv:bandit]
-basepython = python3.9
+basepython = python3.10
commands = bandit -r functest_kubernetes -x tests -n 5 -ll
[testenv:py37]
commands = nosetests functest_kubernetes
[testenv:bashate]
-basepython = python3.9
+basepython = python3.10
files =
build.sh
functest_kubernetes/ci/download_images.sh
commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}
[testenv:perm]
-basepython = python3.9
+basepython = python3.10
whitelist_externals = bash
path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*'
commands =