aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-01-23 22:53:56 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-02 11:39:33 +0100
commit6e329595ca27b8f5be571abed56065ca31e3ad37 (patch)
tree8ef96450633b847ea7ab33d61e2e66ac8887426c /.travis.yml
parent380d8ec37041d0128df0e0a9ede4b157314f6546 (diff)
downloadmitmproxy-6e329595ca27b8f5be571abed56065ca31e3ad37.tar.gz
mitmproxy-6e329595ca27b8f5be571abed56065ca31e3ad37.tar.bz2
mitmproxy-6e329595ca27b8f5be571abed56065ca31e3ad37.zip
add test coverage protection
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 eb388687..ef56211d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,7 +63,7 @@ install:
- pip install tox
script:
- - tox -- --cov mitmproxy --cov pathod -v
+ - tox -- --verbose --cov-report=term
- |
if [[ $BDIST == "1" ]]
then