aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-28 14:16:06 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-28 14:16:06 +0200
commit0f9a72580ab203e8a18e639aed8c8c4223c6c36e (patch)
tree3fa830e06377c568005e610d1f4b31f8df738a55
parentfa722e02901c11f0d52176177d1032e9ab0cae1f (diff)
downloadmitmproxy-0f9a72580ab203e8a18e639aed8c8c4223c6c36e.tar.gz
mitmproxy-0f9a72580ab203e8a18e639aed8c8c4223c6c36e.tar.bz2
mitmproxy-0f9a72580ab203e8a18e639aed8c8c4223c6c36e.zip
fix coverage collection
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 832c2501..767333f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ before_script:
- "openssl version -a"
script:
- - "py.test --cov pathod -v"
+ - "py.test --cov libpathod -v"
after_success:
- coveralls