Code Review
/
functest-kubernetes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e261e8e
)
Fix basepython (2.7) in perm
43/68343/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Sun, 11 Aug 2019 12:17:56 +0000
(14:17 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Sun, 11 Aug 2019 12:18:14 +0000
(14:18 +0200)
It was falsy copied/pasted from master.
Change-Id: I80d0ad0b8ff641c820b20f3cc0cb1eaa6d2b4615
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
63a8d22
..
936fd97
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-51,7
+51,7
@@
files =
commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}
[testenv:perm]
-basepython = python
3
.7
+basepython = python
2
.7
whitelist_externals = bash
path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*'
commands =