From bbcbd985e8ba608fc8259ede0c0c3345b2dc38c4 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Thu, 12 Apr 2018 19:11:29 +0000 Subject: [PATCH] Update tox to add lint coverage of scripts dir --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4319064..57144b0 100644 --- a/tox.ini +++ b/tox.ini @@ -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]