Add compileall testing via travis to validate modules are python24 compatible

reviewable/pr18780/r1
Matt Martz 11 years ago committed by Toshio Kuratomi
parent 8c10cc20ec
commit 2b5815efc9

@ -10,7 +10,7 @@ addons:
- python2.4
- python2.6
script:
- python2.4 -m compileall -fq -x 'cloud/|/accelerate.py' .
- python2.4 -m compileall -fq -x 'cloud/' .
- python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py
- python2.6 -m compileall -fq .
- python2.7 -m compileall -fq .

Loading…
Cancel
Save