Add compileall testing via travis to validate modules are python24 compatible
This commit is contained in:
parent
8c10cc20ec
commit
2b5815efc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue