Exclude consul modules from py24 syntax check
This commit is contained in:
parent
1b3b0caa51
commit
c8bd663548
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ addons:
|
|||
packages:
|
||||
- python2.4
|
||||
script:
|
||||
- python2.4 -m compileall -fq -x 'cloud/|zabbix|layman.py|maven_artifact.py' .
|
||||
- python2.4 -m compileall -fq -x 'cloud/|zabbix|layman.py|maven_artifact.py|consul' .
|
||||
|
|
Loading…
Reference in a new issue