Merge pull request #2300 from hugovk/coverage-test

Reinstate Python+C coverage and send to Coveralls
This commit is contained in:
wiredfool 2016-12-27 10:25:37 +00:00 committed by GitHub
commit e48d41ea91

View File

@ -24,6 +24,7 @@ install:
- "travis_retry pip install cffi"
- "travis_retry pip install nose"
- "travis_retry pip install check-manifest"
- "travis_retry pip install olefile"
# Pyroma tests sometimes hang on PyPy; skip
- if [ $TRAVIS_PYTHON_VERSION != "pypy" ]; then travis_retry pip install pyroma; fi
@ -48,8 +49,6 @@ install:
- pushd depends && ./install_extra_test_images.sh && popd
- travis_retry pip install -e .
before_script:
# Qt needs a display for some of the tests, and it's only run on the system site packages install
- "export DISPLAY=:99.0"