From 06171c4590eb63448faea712d65ebcc65bd6ee57 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 12 May 2015 10:36:17 -0500 Subject: [PATCH] Add py27 compileall to test all modules, specifically for syntax errors --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 77841bb3dbe..746b7cae3de 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 .