Exclude consul modules from py24 syntax check
This commit is contained in:
parent
acee6436af
commit
bdf9623f56
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