Install setuptools_scm before xrally
[functest-kubernetes.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index fb27ac7..f4df0a9 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
 envlist = pep8,pylint,yamllint,ansiblelint,bashate,py38,bandit,perm
 
 [testenv]
+pip_version = pip==20.2.4
 usedevelop = True
 deps =
   -chttps://git.opnfv.org/functest/plain/upper-constraints.txt
@@ -50,6 +51,7 @@ commands = nosetests functest_kubernetes
 basepython = python3.8
 files =
   build.sh
+  functest_kubernetes/ci/download_images.sh
 commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}
 
 [testenv:perm]