aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-01-25 19:41:22 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-04 09:52:04 +0100
commit735c79a2edb3b31a35ed3e484744807bb626ab77 (patch)
treeef49989901e51dcb573ca7f612ff267820650481 /.travis.yml
parent4e9579e93eee4a156fa60c1d58dcc9b8c113d367 (diff)
downloadmitmproxy-735c79a2edb3b31a35ed3e484744807bb626ab77.tar.gz
mitmproxy-735c79a2edb3b31a35ed3e484744807bb626ab77.tar.bz2
mitmproxy-735c79a2edb3b31a35ed3e484744807bb626ab77.zip
increase coverage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e86a4117..ed6d8e11 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,7 @@ before_script:
- "openssl version -a"
script:
- - "py.test -n 4 --cov libmproxy"
+ - "py.test -n 4 -s --cov libmproxy"
after_success:
- coveralls