Add py27 compileall to test all modules, specifically for syntax errors
This commit is contained in:
parent
a589a66710
commit
6c8d505532
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue