Add compileall testing via travis to validate modules are python24 compatible

This commit is contained in:
Matt Martz 2015-05-08 13:42:06 -05:00 committed by Toshio Kuratomi
parent 8c10cc20ec
commit 2b5815efc9

View file

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