diff options
author | Vincent Danno <vincent.danno@orange.com> | 2021-05-23 18:15:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-25 11:22:19 +0200 |
commit | 202958de15b11ceb8d49b548dc05a291d5d30f52 (patch) | |
tree | 756188ec198c54f94df39346b0b1984246ee0ea3 | |
parent | 593e36d6679028dc450ed04729795788ab1ca2e7 (diff) |
Fix remaining py37 testenv
Signed-off-by: Vincent Danno <vincent.danno@orange.com>
Change-Id: I7847ac6f9f642fb64097a172bd4e8396040f8aa7
(cherry picked from commit ae6de022a0de4013afc1828fb8953801a5905673)
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ basepython = python3.8 commands = ansible-lint -x303,305,306 ansible/site.yml -[testenv:py37] +[testenv:py38] commands = nosetests xtesting/tests/unit [testenv:bashate] |