diff options
author | mattip <matti.picus@gmail.com> | 2019-03-04 15:28:34 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-03-04 15:28:34 +0200 |
commit | dff1f5d25c65f65714c156cc8fb6ae5723f86471 (patch) | |
tree | 1880b8e8fd3190e8114925bbbb5bae2efa1fe4b4 /azure-pipelines.yml | |
parent | 005dfd23a7111349c4d99e96166eb4eb84fe36cc (diff) | |
download | numpy-dff1f5d25c65f65714c156cc8fb6ae5723f86471.tar.gz |
BUILD: sphinx 1.8.3 can be used with our outdated templates
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f5a221de..c085c38f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,7 +63,7 @@ jobs: displayName: 'make gfortran available on mac os vm' - script: python -m pip install --upgrade pip setuptools wheel displayName: 'Install tools' - - script: python -m pip install cython nose pytz pytest pickle5 vulture docutils sphinx==1.7.9 numpydoc matplotlib + - script: python -m pip install cython nose pytz pytest pickle5 vulture docutils sphinx>=1.8.3 numpydoc matplotlib displayName: 'Install dependencies; some are optional to avoid test skips' - script: /bin/bash -c "! vulture . --min-confidence 100 --exclude doc/,numpy/distutils/ | grep 'unreachable'" displayName: 'Check for unreachable code paths in Python modules' |