Ignore pushbullet.py from 2.4 compat checks
This commit is contained in:
parent
c19a892dd0
commit
8178854c2a
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ addons:
|
|||
packages:
|
||||
- python2.4
|
||||
script:
|
||||
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman.py|/maven_artifact.py|clustering/consul.*\.py' .
|
||||
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman\.py|/maven_artifact\.py|clustering/consul.*\.py|notification/pushbullet\.py' .
|
||||
- python -m compileall -fq .
|
||||
|
|
Loading…
Reference in a new issue