travis: Disable coverage on OS-X build, times out

refs ticket:2800
This commit is contained in:
Brian Warner 2016-07-21 15:07:46 -07:00
parent d6d264f31c
commit c15d706faf

View File

@ -26,7 +26,7 @@ install:
- echo $PATH; which python; which pip; which tox
- python misc/build_helpers/show-tool-versions.py
script:
- tox -e coverage
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then tox; else tox -e coverage; fi
after_success:
coveralls
notifications: