diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-08 13:34:36 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-08 13:34:36 +0200 |
commit | 6cf7b10c45f133d565480cb9680188d1e522453b (patch) | |
tree | 3b38e0e83a65dd81b586b3833a51fa0401eca19d | |
parent | da0792f4577e9b0991289b863fe015dc2259f737 (diff) | |
download | mitmproxy-6cf7b10c45f133d565480cb9680188d1e522453b.tar.gz mitmproxy-6cf7b10c45f133d565480cb9680188d1e522453b.tar.bz2 mitmproxy-6cf7b10c45f133d565480cb9680188d1e522453b.zip |
disable coding style checker on Travis
-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 |