Skip to content

Commit 6d08b77

Browse files
committed
Add coveralls back while testing codecov.
1 parent db46538 commit 6d08b77

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ script:
1515
- scripts/update_docs.sh
1616

1717
after_success:
18+
- tox -e coveralls
1819
- tox -e codecov
1920

2021
deploy:

tox.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,19 @@ deps =
6161
setenv =
6262
PYTHONPATH =
6363

64+
[testenv:coveralls]
65+
basepython = {[testenv:cover]basepython}
66+
commands =
67+
pip install gcloud[grpc]
68+
{[testenv]covercmd}
69+
coveralls
70+
deps =
71+
{[testenv:cover]deps}
72+
coveralls
73+
setenv =
74+
PYTHONPATH =
75+
passenv = {[testenv:system-tests]passenv}
76+
6477
[testenv:codecov]
6578
basepython =
6679
{[testenv:cover]basepython}

0 commit comments

Comments
 (0)