mirror of https://github.com/ansible/ansible.git
Add compileall testing via travis to validate modules are python24 compatible
parent
bef4eee0aa
commit
2c4ea93771
@ -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 New Issue