aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 2e1a477f..d7a87753 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,11 +13,13 @@ environment:
SNAPSHOT_PASS:
secure: LPjrtFrWxYhOVGXzfPRV1GjtZE/wHoKq9m/PI6hSalfysUK5p2DxTG9uHlb4Q9qV
install:
- - "pip install --user -U virtualenv"
+ - "pip install --user -U virtualenv codecov"
- "dev.bat"
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
test_script:
- "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod"
+after_test:
+ - "codecov"
cache:
- C:\Users\appveyor\AppData\Local\pip\cache
deploy_script: