Add compileall testing via travis to validate modules are python24 compatible
This commit is contained in:
parent
81a646ddaf
commit
9ccc869180
1 changed files with 10 additions and 0 deletions
10
lib/ansible/modules/extras/.travis.yml
Normal file
10
lib/ansible/modules/extras/.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
sudo: false
|
||||||
|
language: python
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- deadsnakes
|
||||||
|
packages:
|
||||||
|
- python2.4
|
||||||
|
script:
|
||||||
|
- python2.4 -m compileall -fq -x 'cloud/' .
|
Loading…
Reference in a new issue