Added diffcover back.

This commit is contained in:
Omer Katz 2014-09-10 22:39:54 +03:00
parent f5bb4d8cec
commit 0be9d41725

View File

@ -52,5 +52,10 @@ after_success:
- coverage report
- travis_retry pip install coveralls-merge
- coveralls-merge coverage.c.json
# Coverage and quality reports on just the latest diff.
# (Installation is very slow on Py3, so just do it for Py2.)
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-install.sh; fi
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
matrix:
fast_finish: true