Skip to content

Commit dc13b08

Browse files
author
Jon Wayne Parrott
committed
Disabling coveralls in travis.
1 parent fc3ec27 commit dc13b08

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ before_install:
2424
install:
2525
# TODO: unpin tox when the following issue is fixed
2626
# https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files
27-
- pip install tox coveralls
27+
- pip install tox
2828

2929
script:
3030
- tox
3131

32-
after_success:
33-
- coveralls
32+
# Coveralls is disabled in travis because travis does not run all of our
33+
# tests. The full suite of tests is run on an internal Jenkins instance.
34+
# after_success:
35+
# - coveralls

0 commit comments

Comments
 (0)