Skip to content

Commit 5a48919

Browse files
committed
Change to use python-coveralls
1 parent 1c83ce1 commit 5a48919

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ language: python
33
python:
44
- 3.7
55

6-
env:
7-
global:
8-
- COVERALLS_SERVICE_NAME=travis-ci
9-
106
services:
117
- docker
128

139
install:
14-
- pip install coverage coveralls
10+
- pip install coverage python-coveralls
1511
- docker run --name avalon-mongo -d mongo
1612
- . build_docker.sh
1713

@@ -21,7 +17,7 @@ script:
2117

2218
after_success:
2319
- coverage combine
24-
- coveralls debug
20+
- coveralls
2521

2622
before_deploy:
2723
- sudo chmod -R 777 docs/build/

0 commit comments

Comments
 (0)