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]