Fix up flake8 runtime configuration, do a bit of flake8 work as it

relates to pyflakes)
This commit is contained in:
Matthew Jones
2015-02-05 10:40:22 -05:00
parent 6a77c5dbab
commit 888ae53027
7 changed files with 39 additions and 42 deletions

View File

@@ -228,6 +228,9 @@ pep8:
pyflakes:
pyflakes awx/
check:
flake8
# Run all API unit tests.
test:
$(PYTHON) manage.py test -v2 awx.main.tests