File tree 4 files changed +3
-34
lines changed 4 files changed +3
-34
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ script:
9
9
- tox -e py27
10
10
- tox -e py34
11
11
- tox -e lint
12
+ - tox -e cover
12
13
- tox -e system-tests
13
14
- tox -e system-tests3
14
15
- tox -e json-docs
15
16
16
17
after_success :
17
18
- tox -e coveralls
18
- - tox -e codecov
19
19
20
20
deploy :
21
21
provider : pypi
Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ Apache 2.0 - See `LICENSE`_ for more information.
326
326
327
327
.. |build | image :: https://travis-ci.org/GoogleCloudPlatform/gcloud-python.svg?branch=master
328
328
: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
331
331
.. |pypi | image :: https://img.shields.io/pypi/v/gcloud.svg
332
332
:target: https://pypi.python.org/pypi/gcloud
333
333
.. |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 =
64
64
coveralls
65
65
passenv = {[testenv:system-tests]passenv}
66
66
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
-
89
67
[testenv:docs]
90
68
basepython =
91
69
python2.7
You can’t perform that action at this time.
0 commit comments