Upload coverage statistics from Travis
This commit is contained in:
@@ -6,7 +6,9 @@ python:
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install tox-travis
|
||||
- pip install python-coveralls
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_locale; fi
|
||||
- coveralls
|
||||
|
||||
Reference in New Issue
Block a user