We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3ec27 commit dc13b08Copy full SHA for dc13b08
1 file changed
.travis.yml
@@ -24,10 +24,12 @@ before_install:
24
install:
25
# TODO: unpin tox when the following issue is fixed
26
# https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files
27
-- pip install tox coveralls
+- pip install tox
28
29
script:
30
- tox
31
32
-after_success:
33
-- coveralls
+# Coveralls is disabled in travis because travis does not run all of our
+# tests. The full suite of tests is run on an internal Jenkins instance.
34
+# after_success:
35
+# - coveralls
0 commit comments