s/coveralls/codecov/

This commit is contained in:
Maximilian Hils 2016-06-06 23:38:21 -07:00
parent 1ffc273c94
commit 009a4d2add
2 changed files with 1 additions and 2 deletions

View File

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

View File

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