We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c83ce1 commit 5a48919Copy full SHA for 5a48919
.travis.yml
@@ -3,15 +3,11 @@ language: python
3
python:
4
- 3.7
5
6
-env:
7
- global:
8
- - COVERALLS_SERVICE_NAME=travis-ci
9
-
10
services:
11
- docker
12
13
install:
14
- - pip install coverage coveralls
+ - pip install coverage python-coveralls
15
- docker run --name avalon-mongo -d mongo
16
- . build_docker.sh
17
@@ -21,7 +17,7 @@ script:
21
22
18
after_success:
23
19
- coverage combine
24
- - coveralls debug
20
+ - coveralls
25
26
before_deploy:
27
- sudo chmod -R 777 docs/build/
0 commit comments