collect coverage on appveyor

This commit is contained in:
Maximilian Hils 2016-06-28 23:55:29 -07:00
parent f7d4319c5a
commit 01104b4761

View File

@ -2,6 +2,8 @@ version: '{build}'
build: off # Not a C# project build: off # Not a C# project
environment: environment:
CI_DEPS: codecov>=2.0.5
CI_COMMANDS: codecov
matrix: matrix:
- PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27"
TOXENV: "py27" TOXENV: "py27"
@ -23,7 +25,7 @@ install:
- "pip install -U tox" - "pip install -U tox"
test_script: test_script:
- ps: "tox | Select-String -NotMatch Cryptography_locking_cb" - ps: "tox -- --cov netlib --cov mitmproxy --cov pathod | Select-String -NotMatch Cryptography_locking_cb"
deploy_script: deploy_script:
ps: | ps: |