aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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]