summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCaleb Hattingh <caleb.hattingh@gmail.com>2017-11-27 07:18:30 +1000
committerZachary Ware <zachary.ware@gmail.com>2017-11-26 15:18:30 -0600
commitd8d6b9122134f040cd5a4f15f40f6c9e3386db4d (patch)
tree66c4c733fcc7873b0d931384403c638142571f8c /.travis.yml
parenta6fba9b827e395fc9583c07bc2d15cd11f684439 (diff)
downloadcpython-git-d8d6b9122134f040cd5a4f15f40f6c9e3386db4d.tar.gz
bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c207bd72da..4e8be5e035 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ matrix:
# (Updating the version is fine as long as no warnings are raised by doing so.)
- python -m pip install sphinx~=1.6.1 blurb
script:
- - make check suspicious html SPHINXOPTS="-q -W -j4"
+ - make check suspicious html SPHINXBUILD="sphinx-build" SPHINXOPTS="-q -W -j4"
- os: linux
language: c
compiler: gcc