aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-08-11 14:17:56 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-08-11 14:19:00 +0200
commitbb4d1a4c6efb0104f9a3183b3740c880fdbbc8e8 (patch)
tree4082b184f9d3e19a0fc0d8e68a87d0e7543c1157 /tox.ini
parent07f2fbf91c7a9c38f8ca9720404730287ce5c1ba (diff)
Fix basepython (2.7) in perm
It was falsy copied/pasted from master. Change-Id: I80d0ad0b8ff641c820b20f3cc0cb1eaa6d2b4615 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit c01c2773e79cc8f483b28f64750226f90cbaf2d2)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 931a31fc..e3297fc1 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 =