mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
travis: Disable coverage on OS-X build, times out
refs ticket:2800
This commit is contained in:
parent
d6d264f31c
commit
c15d706faf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user