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:19:35 +0200 |
commit | ae6de022a0de4013afc1828fb8953801a5905673 (patch) | |
tree | bb4af0a8e852bb5a0d3f5a83232fc356a3e2ff42 /tox.ini | |
parent | 9fb5ed7379ed7fc96d0aeda70411d696bd6cba65 (diff) |
Fix remaining py37 testenv
Signed-off-by: Vincent Danno <vincent.danno@orange.com>
Change-Id: I7847ac6f9f642fb64097a172bd4e8396040f8aa7
Diffstat (limited to 'tox.ini')
-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] |