From 2b81ba4ffdd91191d483e8290e53fc6acaa863ca Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 5 Apr 2014 18:43:11 +0200 Subject: [PATCH] Connection to coveralls seems to be flaky --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec55158..407fec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: script: - "coverage run --source=vdirsyncer/,tests/ --module pytest" - "coverage report --show-missing" - - "coveralls" + - "travis_retry coveralls" matrix: allow_failures: