This commit is contained in:
Junaid Ali 2016-03-24 18:15:54 +05:00
parent 290148b80c
commit 59c44b3c3e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ virtualenv:
netaddr jinja2
lint: virtualenv
.venv/bin/flake8 --exclude hooks/charmhelpers hooks unit_tests tests
.venv/bin/flake8 --exclude hooks/charmhelpers hooks unit_tests tests --ignore E402
@charm proof
unit_test: virtualenv