mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-26 14:47:44 +00:00
Connection to coveralls seems to be flaky
This commit is contained in:
parent
3670bed66d
commit
2b81ba4ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- "coverage run --source=vdirsyncer/,tests/ --module pytest"
|
- "coverage run --source=vdirsyncer/,tests/ --module pytest"
|
||||||
- "coverage report --show-missing"
|
- "coverage report --show-missing"
|
||||||
- "coveralls"
|
- "travis_retry coveralls"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue