mirror of https://github.com/ansible/ansible.git
Merge pull request #465 from sivel/python24-compat-test
Add test validating if modules are python24 compatiblereviewable/pr18780/r1
commit
19b345932a
@ -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