From 6cf7b10c45f133d565480cb9680188d1e522453b Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 8 Jun 2015 13:34:36 +0200 Subject: [PATCH] disable coding style checker on Travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 83fcc2652..85d7391fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,6 @@ before_script: script: - "nosetests --with-cov --cov-report term-missing" - - "./check_coding_style.sh" after_success: - coveralls