Skip to content

Commit

Permalink
Correct path for exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
f-osorio committed Sep 30, 2019
1 parent 2289c59 commit 809063e
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 ./contrib/cookiecutter
- 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 809063e

Please sign in to comment.