diff --git a/lib/ansible/modules/extras/.travis.yml b/lib/ansible/modules/extras/.travis.yml index 7fda5b98133..84ec3a0983a 100644 --- a/lib/ansible/modules/extras/.travis.yml +++ b/lib/ansible/modules/extras/.travis.yml @@ -1,11 +1,15 @@ sudo: false language: python +python: + - "2.7" addons: apt: sources: - deadsnakes packages: - python2.4 + - python2.6 script: - python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman\.py|/maven_artifact\.py|clustering/consul.*\.py|notification/pushbullet\.py' . - - python -m compileall -fq . + - python2.6 -m compileall -fq . + - python2.7 -m compileall -fq .