diff --git a/Makefile b/Makefile index 8f9af33..5ab1fb2 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,11 @@ PYTHON := /usr/bin/env python lint: - @flake8 --exclude hooks/charmhelpers hooks - @flake8 unit_tests + @flake8 --exclude hooks/charmhelpers hooks unit_tests @charm proof test: - @$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests + @$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests bin/charm_helpers_sync.py: @mkdir -p bin