Add py27 compileall to test all modules, specifically for syntax errors

This commit is contained in:
Matt Martz 2015-05-12 10:36:27 -05:00 committed by Matt Clay
parent a8c12ec097
commit 98bbadb567

View file

@ -8,3 +8,4 @@ addons:
- python2.4 - python2.4
script: 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' .
- python -m compileall -fq .