Skip to content

Commit

Permalink
Set Travis CI to ignore /cookiecutter/
Browse files Browse the repository at this point in the history
Because of the `cookiecutter` works some of the files can't conform to
pep8.
  • Loading branch information
f-osorio committed Sep 30, 2019
1 parent d4ae410 commit 2289c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 2289c59

Please sign in to comment.