travis: Use beta coveralls, but stable coverage
This commit is contained in:
parent
354f7f87f1
commit
499c1d518a
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user