2015-05-08 20:42:06 +02:00
|
|
|
sudo: false
|
|
|
|
language: python
|
2015-05-14 03:19:03 +02:00
|
|
|
python:
|
|
|
|
- "2.7"
|
2015-05-08 20:42:06 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- deadsnakes
|
|
|
|
packages:
|
|
|
|
- python2.4
|
2015-05-14 03:19:03 +02:00
|
|
|
- python2.6
|
2016-05-03 16:51:12 +02:00
|
|
|
install:
|
|
|
|
- pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
|
|
|
|
- pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
|
2015-05-08 20:42:06 +02:00
|
|
|
script:
|
2015-05-08 20:42:06 +02:00
|
|
|
- python2.4 -m compileall -fq -x 'cloud/' .
|
2015-05-11 21:15:11 +02:00
|
|
|
- python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py
|
2015-05-14 03:19:03 +02:00
|
|
|
- python2.6 -m compileall -fq .
|
|
|
|
- python2.7 -m compileall -fq .
|
2016-05-03 16:51:12 +02:00
|
|
|
- ansible-validate-modules --exclude 'utilities/' .
|
|
|
|
#- ansible-validate-modules --exclude 'cloud/amazon/ec2_lc\.py|cloud/amazon/ec2_scaling_policy\.py|cloud/amazon/ec2_scaling_policy\.py|cloud/amazon/ec2_asg\.py|cloud/azure/azure\.py|packaging/os/rhn_register\.py|network/openswitch/ops_template\.py|system/hostname\.py|utilities/' .
|
2015-07-01 16:24:39 +02:00
|
|
|
#- ./test-docs.sh core
|