Skip to content

Commit 2f7a17b

Browse files
Fix Coveralls parallel build problem
We're seeing this issue: lemurheavy/coveralls-public#1362
1 parent fd878cc commit 2f7a17b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ python:
77
- "3.8"
88
- "pypy3"
99

10+
env:
11+
global:
12+
- COVERALLS_PARALLEL=true
13+
1014
install:
1115
- pip install -r requirements.txt
1216

@@ -19,3 +23,6 @@ script:
1923

2024
after_success:
2125
- coveralls
26+
27+
notifications:
28+
webhooks: https://coveralls.io/webhook

0 commit comments

Comments
 (0)