From 2289c596c78ccd5d85590575c1555b0c0f719516 Mon Sep 17 00:00:00 2001 From: f-osorio Date: Mon, 30 Sep 2019 10:18:41 +0200 Subject: [PATCH] Set Travis CI to ignore /cookiecutter/ Because of the `cookiecutter` works some of the files can't conform to pep8. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 376350d8472..d20f8e7b799 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ flake8-steps: &flake8-steps before_script: - flake8 --version # stop the build if there are Python syntax errors or undefined names - - flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics --exclude ./ckan/include/rjsmin.py + - flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics --exclude ./ckan/include/rjsmin.py ./contrib/cookiecutter # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics script: