From f1315488a27f080f4e8ff581745faa42785dc07e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 7 Sep 2015 21:14:21 +0200 Subject: [PATCH] travis: Use working coveralls client --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f01f223..09497db6 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 coveralls; coveralls; fi" + - "if [ $TOX_ENV == 'py27' ]; then pip install --pre coveralls; coveralls; fi" branches: except: