From 009f5f716a7414e5c0cc17aa5549a6d002560704 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 17 May 2016 10:39:47 -0700 Subject: [PATCH] Add vmware and lxc to python3 checks --- lib/ansible/modules/extras/.travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/.travis.yml b/lib/ansible/modules/extras/.travis.yml index 461c710e578..32cc679056e 100644 --- a/lib/ansible/modules/extras/.travis.yml +++ b/lib/ansible/modules/extras/.travis.yml @@ -21,7 +21,7 @@ script: - python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/dnf\.py|/layman\.py|/maven_artifact\.py|clustering/(consul.*|znode)\.py|notification/pushbullet\.py|database/influxdb/influxdb.*\.py' . - python2.6 -m compileall -fq . - python2.7 -m compileall -fq . - - python3.4 -m compileall -fq system/at.py - - python3.5 -m compileall -fq system/at.py + - python3.4 -m compileall -fq system/at.py cloud/vmware cloud/lxc + - python3.5 -m compileall -fq system/at.py cloud/vmware cloud/lxc - ansible-validate-modules . #- ./test-docs.sh extras