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: