aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-07-27 16:52:18 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-07-27 16:52:18 +0200
commit6e27b0e1964bda051019956adc0e0373943a054a (patch)
tree2b229be61a4afb912aea3ea73b150011a18463cf /tox.ini
parent9c9be693530188872b9b945a4666e6bd98e94af2 (diff)
Fix remaining py36 testenv
Change-Id: Ifa6bfc7beb992cc9094435b734bbca68fcc5a931 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 1904b6e4..03e25548 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,7 +49,7 @@ basepython = python3.7
commands =
ansible-lint ansible/site.yml
-[testenv:py36]
+[testenv:py37]
commands = nosetests xtesting/tests/unit
[testenv:bashate]