Skip to content

Commit 10010a1

Browse files
author
cclauss
authored
flake8 . --count --exclude=./examples,./tests
1 parent bbfaae0 commit 10010a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ before_script:
4646
# stop the build if there are Python syntax errors or undefined names
4747
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4848
if [[ $TOXENV == py37 ]]; then
49-
flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics ;
49+
flake8 . --count --exclude=./examples,./tests --select=E901,E999,F821,F822,F823 --show-source --statistics ;
5050
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics ;
5151
fi
5252

0 commit comments

Comments
 (0)