Skip to content

Commit 758368e

Browse files
author
cclauss
authored
3 seconds is a reasonable runtime.
1 parent a8f637b commit 758368e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ 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 --exclude=./.,./examples,./tests --select=E901,E999,F821,F822,F823 --show-source --statistics ;
50-
flake8 . --count --exclude=./. --exit-zero --max-complexity=10 --max-line-length=127 --statistics ;
49+
flake8 . --count --exclude=./examples,./tests --select=E901,E999,F821,F822,F823 --show-source --statistics ;
50+
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics ;
5151
fi
5252

5353
script:

0 commit comments

Comments
 (0)