From: Cédric Ollivier Date: Sun, 11 Aug 2019 12:17:56 +0000 (+0200) Subject: Fix basepython (2.7) in perm X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c01c2773e79cc8f483b28f64750226f90cbaf2d2;p=functest-kubernetes.git Fix basepython (2.7) in perm It was falsy copied/pasted from master. Change-Id: I80d0ad0b8ff641c820b20f3cc0cb1eaa6d2b4615 Signed-off-by: Cédric Ollivier --- diff --git a/tox.ini b/tox.ini index 63a8d225..936fd978 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ files = commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files} [testenv:perm] -basepython = python3.7 +basepython = python2.7 whitelist_externals = bash path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*' commands =