diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-27 16:52:18 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-27 16:52:18 +0200 |
commit | 6e27b0e1964bda051019956adc0e0373943a054a (patch) | |
tree | 2b229be61a4afb912aea3ea73b150011a18463cf | |
parent | 9c9be693530188872b9b945a4666e6bd98e94af2 (diff) |
Fix remaining py36 testenv
Change-Id: Ifa6bfc7beb992cc9094435b734bbca68fcc5a931
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ basepython = python3.7 commands = ansible-lint ansible/site.yml -[testenv:py36] +[testenv:py37] commands = nosetests xtesting/tests/unit [testenv:bashate] |