mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
use flake8 inside tower env
This commit is contained in:
3
Makefile
3
Makefile
@@ -425,6 +425,9 @@ pep8: reports
|
|||||||
@(set -o pipefail && $@ | tee reports/$@.report)
|
@(set -o pipefail && $@ | tee reports/$@.report)
|
||||||
|
|
||||||
flake8: reports
|
flake8: reports
|
||||||
|
@if [ "$(VENV_BASE)" ]; then \
|
||||||
|
. $(VENV_BASE)/tower/bin/activate; \
|
||||||
|
fi; \
|
||||||
@$@ --output-file=reports/$@.report
|
@$@ --output-file=reports/$@.report
|
||||||
|
|
||||||
pyflakes: reports
|
pyflakes: reports
|
||||||
|
|||||||
Reference in New Issue
Block a user