Add py27 compileall to test all modules, specifically for syntax errors
This commit is contained in:
parent
576ca33bdc
commit
06171c4590
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ addons:
|
|||
script:
|
||||
- python2.4 -m compileall -fq -x 'cloud/|/accelerate.py' .
|
||||
- python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py
|
||||
- python -m compileall -fq .
|
||||
|
|
Loading…
Reference in a new issue