Skip to content

Commit

Permalink
travis: Use beta coveralls, but stable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Sep 7, 2015
1 parent 354f7f8 commit 499c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 499c1d5

Please sign in to comment.