From 499c1d518a83acbf481dc62f62e607146e02c22d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 7 Sep 2015 23:04:50 +0200 Subject: [PATCH] travis: Use beta coveralls, but stable coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09497db6..eb8aadfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ script: - "tox -e $TOX_ENV" after_success: - - "if [ $TOX_ENV == 'py27' ]; then pip install --pre coveralls; coveralls; fi" + - "if [ $TOX_ENV == 'py27' ]; then pip install coveralls==1.0b1; coveralls; fi" branches: except: