From 6c8d505532dd33d508f0250dcaadda80e29b2d51 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 12 May 2015 10:36:27 -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 daf83b67931..cf64440ae3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ addons: - python2.4 script: - python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman.py|/maven_artifact.py|clustering/consul.*\.py' . + - python -m compileall -fq .