Update tox to add lint coverage of scripts dir

This commit is contained in:
Ryan Beisner 2018-04-12 19:11:29 +00:00
parent 1fefc1acce
commit bbcbd985e8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ deps = -r{toxinidir}/requirements.txt
basepython = python2.7
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} hooks unit_tests tests actions lib
commands = flake8 {posargs} hooks unit_tests tests actions lib scripts
charm-proof
[testenv:venv]