diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-05-25 10:22:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-05-25 10:22:08 +0000 |
commit | 7c2b72f09c0f20cb322465e819022e58ea83e738 (patch) | |
tree | 95e2bf9f766b1bbcb1b44514401cc70ad6d8d5c4 | |
parent | 46754f0c02afe926e524473a934ff5d48a5920db (diff) | |
parent | ae6de022a0de4013afc1828fb8953801a5905673 (diff) |
Merge "Fix remaining py37 testenv"
-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] |