diff options
author | Ned Deily <nad@python.org> | 2017-11-27 22:07:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 22:07:32 (GMT) |
commit | 122fc136b34e11906466851e77bb6959946467ee (patch) | |
tree | 052d637fb28a791abd42cead7626c7f4485a54dc /.travis.yml | |
parent | 9522a218f7dff95c490ff359cc60e8c2af35f5c8 (diff) | |
download | cpython-122fc136b34e11906466851e77bb6959946467ee.zip cpython-122fc136b34e11906466851e77bb6959946467ee.tar.gz cpython-122fc136b34e11906466851e77bb6959946467ee.tar.bz2 |
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4e8be5e..c207bd7 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 |