Merge pull request #1311 from sivel/py27-compileall

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

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