Change in tox.ini that binds python version
used to 3.8
Issue-ID: INT-2222
Change-Id: I8f93067785d84e9b3233044d2b7667a0e3a21832
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
install_command = pip install {opts} {packages}
[testenv:pep8]
-basepython = python3
+basepython = python3.8
commands = flake8
[testenv:pylint]
-basepython = python3
+basepython = python3.8
allowlist_externals = pylint
modules =
infra_healthcheck
[testenv:yamllint]
allowlist_externals = yamllint
-basepython = python3
+basepython = python3.8
files =
docker
commands =
[testenv:py3]
allowlist_externals = nosetests
-basepython = python3
+basepython = python3.8
commands = nosetests --with-xunit \
--with-coverage \
--cover-tests \
[testenv:bashate]
allowlist_externals = bashate
-basepython = python3
+basepython = python3.8
files =
scripts/check_onap_k8s.sh
scripts/check_onap_helm.sh
requires = pip >= 8
[testenv]
-basepython = python3
+basepython = python3.8
allowlist_externals =
git
bash
/bin/bash -c "coala --non-interactive --disable-caching --no-autoapply-warn md --files $(</tmp/.coalist_md) \ "
[testenv:gitlint]
-basepython = python3
+basepython = python3.8
deps =
gitlint
commands =