summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2015-05-12 10:36:17 -0500
committerMatt Martz <matt@sivel.net>2015-05-12 10:43:36 -0500
commit06171c4590eb63448faea712d65ebcc65bd6ee57 (patch)
treebd39763f8e5e8826a7d61cf3e6a69dce9deb9143
parent576ca33bdc968edb4fb303c41ca0157d85fd30ab (diff)
downloadansible-modules-core-06171c4590eb63448faea712d65ebcc65bd6ee57.tar.gz
Add py27 compileall to test all modules, specifically for syntax errors
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 77841bb3..746b7cae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,3 +9,4 @@ addons:
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
+ - python -m compileall -fq .