Skip to content

Commit adff01e

Browse files
authored
bpo-36597: Disable Travis CI doctest job (GH-12775)
Disable the job to unblock the CI until the issue is properly understood.
1 parent efc4870 commit adff01e

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

.travis.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,22 @@ matrix:
5656
- python -m pip install sphinx==1.8.2 blurb python-docs-theme
5757
script:
5858
- make check suspicious html SPHINXOPTS="-q -W -j4"
59-
- os: linux
60-
language: c
61-
compiler: clang
62-
env: TESTING=doctest
63-
addons:
64-
apt:
65-
packages:
66-
- xvfb
67-
before_script:
68-
- ./configure
69-
- make -j4
70-
- make -C Doc/ PYTHON=../python venv
71-
script:
72-
xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
59+
# FIXME: bpo-36597: the doctest job fails because it fails
60+
# FIXME: for an unknown reason
61+
#- os: linux
62+
# language: c
63+
# compiler: clang
64+
# env: TESTING=doctest
65+
# addons:
66+
# apt:
67+
# packages:
68+
# - xvfb
69+
# before_script:
70+
# - ./configure
71+
# - make -j4
72+
# - make -C Doc/ PYTHON=../python venv
73+
# script:
74+
# xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
7375
- os: osx
7476
language: c
7577
compiler: clang

0 commit comments

Comments
 (0)