add codecov too appveyor

This commit is contained in:
Maximilian Hils 2016-06-06 23:41:41 -07:00
parent 009a4d2add
commit 1904afe3f0
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ install:
- "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:
- bash <(curl -s https://codecov.io/bash)
cache:
- C:\Users\appveyor\AppData\Local\pip\cache
deploy_script: