aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorVincent Danno <vincent.danno@orange.com>2021-05-23 18:15:52 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-05-25 11:21:33 +0200
commit2f34aa2108290e740660e46450506030b4592a6f (patch)
tree38ef5c3d83ed069949d262ae2b1ce4e9f3d05d1e /tox.ini
parente6bbfe458fe7c585030e6120147f324290283426 (diff)
Fix remaining py37 testenv
Signed-off-by: Vincent Danno <vincent.danno@orange.com> Change-Id: I7847ac6f9f642fb64097a172bd4e8396040f8aa7 (cherry picked from commit ae6de022a0de4013afc1828fb8953801a5905673)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 02c3b78c..14673a0b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]