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

This commit is contained in:
Matt Martz 2015-05-12 10:36:17 -05:00
parent 576ca33bdc
commit 06171c4590

View file

@ -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 .