Merge pull request #667 from stevepeak/codecov

Submit coverage reports to Codecov
This commit is contained in:
David Cramer 2015-10-04 14:48:45 -07:00
commit a0abd9af1b
1 changed files with 4 additions and 0 deletions

View File

@ -30,11 +30,15 @@ env:
install:
- time ci/setup
- pip install codecov
script:
- "if [[ ${TRAVIS_PYTHON_VERSION} != 'pypy' ]]; then make lint; fi"
- py.test tests/ --cov raven --cov-report term-missing --timeout 10
after_success:
- codecov -e DJANGO
matrix:
allow_failures:
- env: 'DJANGO="-e git+git://github.com/django/django.git#egg=Django"'