add codecov too appveyor
This commit is contained in:
parent
009a4d2add
commit
1904afe3f0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue