Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ebf743d
)
Fix remaining py37 testenv
67/72567/1
author
Vincent Danno
<vincent.danno@orange.com>
Sun, 23 May 2021 16:15:52 +0000
(18:15 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 25 May 2021 09:21:00 +0000
(11:21 +0200)
Signed-off-by: Vincent Danno <vincent.danno@orange.com>
Change-Id: I7847ac6f9f642fb64097a172bd4e8396040f8aa7
(cherry picked from commit
ae6de022a0de4013afc1828fb8953801a5905673
)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
3306d9b
..
8af9d23
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-50,7
+50,7
@@
basepython = python3.8
commands =
ansible-lint -x303,305,306 ansible/site.yml
-[testenv:py3
7
]
+[testenv:py3
8
]
commands = nosetests xtesting/tests/unit
[testenv:bashate]