travis: Use beta coveralls, but stable coverage

This commit is contained in:
Stein Magnus Jodal 2015-09-07 23:04:50 +02:00
parent 354f7f87f1
commit 499c1d518a

View File

@ -27,7 +27,7 @@ script:
- "tox -e $TOX_ENV" - "tox -e $TOX_ENV"
after_success: 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: branches:
except: except: