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

reviewable/pr18780/r1
Matt Martz 10 years ago
parent 576ca33bdc
commit 06171c4590

@ -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…
Cancel
Save