Skip to content

Commit 50ee8a1

Browse files
committed
Bump maxargs again as we've added another arg
1 parent c003ca3 commit 50ee8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if [[ $TASK = 'flake8' ]]; then
88
# build.config has to be checked seperately, as it's not strictly a Python file
99
flake8 --max-line-length 80 --exclude *_pb2.py,.git,__pycache --ignore E111,E121,E129,F821 build.config
1010
elif [[ $TASK = 'pychecker' ]]; then
11-
# Can't check these files as they aren't true .py files: build.config master.cfg
12-
pychecker --quiet --maxargs 12 config_helper.py pass_toucher.py
11+
# Can't check these files as they aren't true .py files: build.config master.cfg
12+
pychecker --quiet --maxargs 13 config_helper.py pass_toucher.py
1313
else
1414
# Otherwise run checkconfig as normal
1515
mkdir buildbot && cd buildbot && buildbot create-master master && \

0 commit comments

Comments
 (0)