summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-11-27 17:07:32 -0500
committerGitHub <noreply@github.com>2017-11-27 17:07:32 -0500
commit122fc136b34e11906466851e77bb6959946467ee (patch)
tree052d637fb28a791abd42cead7626c7f4485a54dc /.travis.yml
parent9522a218f7dff95c490ff359cc60e8c2af35f5c8 (diff)
downloadcpython-git-122fc136b34e11906466851e77bb6959946467ee.tar.gz
Revert "bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346)" (#4592)
Fix breakage documented in bpo-32149. This reverts commit d8d6b9122134f040cd5a4f15f40f6c9e3386db4d.
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 4e8be5e035..c207bd72da 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 SPHINXBUILD="sphinx-build" SPHINXOPTS="-q -W -j4"
+ - make check suspicious html SPHINXOPTS="-q -W -j4"
- os: linux
language: c
compiler: gcc