summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-05-11 12:15:11 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-05-11 12:15:11 -0700
commitc8d099a50c15dab43ffbe9ffb47d2f814594abe6 (patch)
treefed613cb196cf6cd13a2d697cdc168c516cd62b5 /.travis.yml
parent36891d82735ed90bbf8a45ad9ce3f044e5e39ec5 (diff)
downloadansible-modules-core-c8d099a50c15dab43ffbe9ffb47d2f814594abe6.tar.gz
Run python2.4 compat tests on a pair of amazon modules that do not use boto
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc199428..77841bb3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,3 +8,4 @@ addons:
- python2.4
script:
- python2.4 -m compileall -fq -x 'cloud/|/accelerate.py' .
+ - python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py