diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-27 16:50:10 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-27 16:57:12 +0200 |
commit | 9e959bea4ee2b11f9a89cb10ecc3e6b8164b6ed3 (patch) | |
tree | 6c392d9d38126d19d3a36d14d4ddbf66d9623b70 /tox.ini | |
parent | 8731761235a58a9c418cedd9a68d9e1093a0e7c4 (diff) |
Fix remaining py36 testenv
Change-Id: Ifd5e65f597e2dcdb280fac6e3bc3ac999550a83f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ basepython = python3.7 commands = ansible-lint ansible/site.yml -[testenv:py36] +[testenv:py37] commands = nosetests functest/tests/unit [testenv:bashate] |