File tree Expand file tree Collapse file tree 4 files changed +3
-34
lines changed
Expand file tree Collapse file tree 4 files changed +3
-34
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ script:
99 - tox -e py27
1010 - tox -e py34
1111 - tox -e lint
12+ - tox -e cover
1213 - tox -e system-tests
1314 - tox -e system-tests3
1415 - tox -e json-docs
1516
1617after_success :
1718 - tox -e coveralls
18- - tox -e codecov
1919
2020deploy :
2121 provider : pypi
Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ Apache 2.0 - See `LICENSE`_ for more information.
326326
327327.. |build | image :: https://travis-ci.org/GoogleCloudPlatform/gcloud-python.svg?branch=master
328328 :target: https://travis-ci.org/GoogleCloudPlatform/gcloud-python
329- .. |coverage | image :: https://codecov .io/gh /GoogleCloudPlatform/gcloud-python/branch/master/graph/ badge.svg
330- :target: https://codecov .io/gh /GoogleCloudPlatform/gcloud-python
329+ .. |coverage | image :: https://coveralls .io/repos /GoogleCloudPlatform/gcloud-python/badge.png?branch=master
330+ :target: https://coveralls .io/r /GoogleCloudPlatform/gcloud-python?branch=master
331331.. |pypi | image :: https://img.shields.io/pypi/v/gcloud.svg
332332 :target: https://pypi.python.org/pypi/gcloud
333333.. |versions | image :: https://img.shields.io/pypi/pyversions/gcloud.svg
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -64,28 +64,6 @@ deps =
6464 coveralls
6565passenv = {[testenv:system-tests]passenv}
6666
67- [testenv:codecov]
68- basepython =
69- {[testenv:cover]basepython}
70- passenv =
71- CI
72- TRAVIS_BUILD_ID
73- TRAVIS
74- TRAVIS_BRANCH
75- TRAVIS_JOB_NUMBER
76- TRAVIS_PULL_REQUEST
77- TRAVIS_JOB_ID
78- TRAVIS_REPO_SLUG
79- TRAVIS_COMMIT
80- deps =
81- {[testenv:cover]deps}
82- codecov>=1.4.0
83- commands =
84- {[testenv:cover]commands}
85- codecov
86- setenv =
87- PYTHONPATH =
88-
8967[testenv:docs]
9068basepython =
9169 python2.7
You can’t perform that action at this time.
0 commit comments