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:21:00 +0200 |
commit | 8b36cdbd4dc948035b45db2bd967426a2fc6a57d (patch) | |
tree | bd69c5727f177f35e57cc7bc47c40ba2b47509c3 | |
parent | ebf743df2a831ae74dbc7146de5c2b45aedd95a3 (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] |