aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-03-20 20:40:15 +0100
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-03-20 20:40:15 +0100
commitd8e8dfc1c6136c709bb3286c2f058a8ac101acc0 (patch)
tree674c8bce55f54b904287763f2745c5ec3f783829 /.appveyor.yml
parent6f902ffbb3067350da3da01d923e4351d63f604a (diff)
parent43671e723ff9cc783b21d447b448d661ce28734a (diff)
downloadmitmproxy-d8e8dfc1c6136c709bb3286c2f058a8ac101acc0.tar.gz
mitmproxy-d8e8dfc1c6136c709bb3286c2f058a8ac101acc0.tar.bz2
mitmproxy-d8e8dfc1c6136c709bb3286c2f058a8ac101acc0.zip
Merge pull request #1047 from mitmproxy/no-coverage-by-default
py.test: disable coverage collection by default
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 805be7e7..75cf6e0a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,7 +17,7 @@ install:
- "dev.bat"
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
test_script:
- - "py.test"
+ - "py.test --cov netlib --cov mitmproxy --cov pathod"
cache:
- C:\Users\appveyor\AppData\Local\pip\cache
deploy_script: