From 728c6156c8fae87c263843e2a34de44c03248888 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Sat, 1 Aug 2015 12:06:05 -0400 Subject: [PATCH] COV: coverage stats seem to fail the upload sometimes --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1214465..de5ac94d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,8 +64,6 @@ install: fi; - pip install pytest-xdist # multi-thread py.test - pip install pytest-cov # add coverage stats - - pip install codecov # add coverage integration service - - pip install coveralls # add another coverage integration service # Debugging helpers - uname -a @@ -183,5 +181,7 @@ script: after_success: - cd /home/travis/build/pyqtgraph/pyqtgraph + - pip install codecov --upgrade # add coverage integration service - codecov + - pip install coveralls --upgrade # add another coverage integration service - coveralls