Merge pull request #484 from sivel/py27-compileall

Add py27 compileall to test all modules
reviewable/pr18780/r1
Matt Martz 10 years ago
commit ab0e131586

@ -8,3 +8,4 @@ addons:
- python2.4
script:
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman.py|/maven_artifact.py|clustering/consul.*\.py' .
- python -m compileall -fq .

Loading…
Cancel
Save