diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 83fcc265..85d7391f 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 |