diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ commands = [testenv:ansiblelint] basepython = python3.7 commands = - ansible-lint ansible/site.yml + ansible-lint -x303 ansible/site.yml [testenv:py37] commands = nosetests functest/tests/unit |