From dc9a441bfa8b2767748a8e3d138ae765e0d7b0cb Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Tue, 16 Dec 2014 19:54:22 +0100 Subject: Move flake8 configuration to setup.cfg It will be used when calling flake8 from any directory in the project --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 524c5fcda..71c8553d8 100644 --- a/Makefile +++ b/Makefile @@ -36,11 +36,7 @@ install: youtube-dl youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtu install -m 644 youtube-dl.fish $(DESTDIR)$(SYSCONFDIR)/fish/completions/youtube-dl.fish codetest: - FLAKE8_OUT=$$(flake8 --ignore E501 . | grep -v youtube_dl/extractor/__init__.py); \ - if test -n "$$FLAKE8_OUT"; then \ - echo "$$FLAKE8_OUT"; \ - exit 1; \ - fi + flake8 . test: #nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose --processes 4 test -- cgit 1.4.1