disable coding style checker on Travis

This commit is contained in:
Thomas Kriechbaumer 2015-06-08 13:34:36 +02:00
parent da0792f457
commit 6cf7b10c45

View File

@ -37,7 +37,6 @@ before_script:
script: script:
- "nosetests --with-cov --cov-report term-missing" - "nosetests --with-cov --cov-report term-missing"
- "./check_coding_style.sh"
after_success: after_success:
- coveralls - coveralls