summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-04-11 07:46:46 (GMT)
committerGitHub <noreply@github.com>2019-04-11 07:46:46 (GMT)
commitadff01e81d291c698581eadd693caa43ae5c78ac (patch)
tree7d8676605c01f9069ebbc951e6c1c332fc2d1520 /.travis.yml
parentefc48701496ef020e896fc6a91af3c0c612ac69a (diff)
downloadcpython-adff01e81d291c698581eadd693caa43ae5c78ac.zip
cpython-adff01e81d291c698581eadd693caa43ae5c78ac.tar.gz
cpython-adff01e81d291c698581eadd693caa43ae5c78ac.tar.bz2
bpo-36597: Disable Travis CI doctest job (GH-12775)
Disable the job to unblock the CI until the issue is properly understood.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml30
1 files changed, 16 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d57ebb..23f79d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,20 +56,22 @@ matrix:
- python -m pip install sphinx==1.8.2 blurb python-docs-theme
script:
- make check suspicious html SPHINXOPTS="-q -W -j4"
- - os: linux
- language: c
- compiler: clang
- env: TESTING=doctest
- addons:
- apt:
- packages:
- - xvfb
- before_script:
- - ./configure
- - make -j4
- - make -C Doc/ PYTHON=../python venv
- script:
- xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
+ # FIXME: bpo-36597: the doctest job fails because it fails
+ # FIXME: for an unknown reason
+ #- os: linux
+ # language: c
+ # compiler: clang
+ # env: TESTING=doctest
+ # addons:
+ # apt:
+ # packages:
+ # - xvfb
+ # before_script:
+ # - ./configure
+ # - make -j4
+ # - make -C Doc/ PYTHON=../python venv
+ # script:
+ # xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
- os: osx
language: c
compiler: clang