Be more explicit with exclusions
This commit is contained in:
parent
42bca5398b
commit
6a5d073b83
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- python2.4
|
- python2.4
|
||||||
script:
|
script:
|
||||||
- python2.4 -m compileall -fq -x 'cloud/|zabbix|layman.py|maven_artifact.py|consul' .
|
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman.py|/maven_artifact.py|clustering/consul.*\.py' .
|
||||||
|
|
Loading…
Reference in a new issue