use codecov pypi package

This commit is contained in:
Maximilian Hils 2016-06-07 00:45:18 -07:00
parent e7ba89a327
commit 5ea363afad
3 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ install:
test_script:
- "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod"
after_test:
- bash <(curl -s https://codecov.io/bash)
- "codecov"
cache:
- C:\Users\appveyor\AppData\Local\pip\cache
deploy_script:

View File

@ -52,7 +52,7 @@ script:
- "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod test/$SCOPE"
after_success:
- bash <(curl -s https://codecov.io/bash)
- codecov
- |
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_PULL_REQUEST == "false" && ($TRAVIS_BRANCH == "master" || -n $TRAVIS_TAG) ]]
then

View File

@ -97,6 +97,7 @@ setup(
"ipaddress>=1.0.15, <1.1",
],
'dev': [
"codecov",
"mock>=2.0, <2.1",
"flake8>=2.5.4, <3",
"pytest>=2.8.7, <2.10",