bpo-36597: Disable Travis CI doctest job (GH-12775)

Disable the job to unblock the CI until the issue is properly
understood.
This commit is contained in:
Victor Stinner 2019-04-11 09:46:46 +02:00 committed by GitHub
parent efc4870149
commit adff01e81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,20 +56,22 @@ matrix:
- python -m pip install sphinx==1.8.2 blurb python-docs-theme - python -m pip install sphinx==1.8.2 blurb python-docs-theme
script: script:
- make check suspicious html SPHINXOPTS="-q -W -j4" - make check suspicious html SPHINXOPTS="-q -W -j4"
- os: linux # FIXME: bpo-36597: the doctest job fails because it fails
language: c # FIXME: for an unknown reason
compiler: clang #- os: linux
env: TESTING=doctest # language: c
addons: # compiler: clang
apt: # env: TESTING=doctest
packages: # addons:
- xvfb # apt:
before_script: # packages:
- ./configure # - xvfb
- make -j4 # before_script:
- make -C Doc/ PYTHON=../python venv # - ./configure
script: # - make -j4
xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest # - make -C Doc/ PYTHON=../python venv
# script:
# xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
- os: osx - os: osx
language: c language: c
compiler: clang compiler: clang