Merge pull request #489 from sivel/pushbullet-no-24

Ignore pushbullet.py from 2.4 compat checks
This commit is contained in:
Matt Martz 2015-05-13 19:47:36 -05:00
commit 5a88d563fd

View file

@ -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 .