Commit b5ba0250 authored by Jason Madden's avatar Jason Madden

Try to install a python-version-appropriate Sphinx version.

Also upbate the .travis.yml to pick up modern versions of PyPy and PyPy3
parent bb6e6cb6
language: python
sudo: false
matrix:
include:
- os: linux
python: pypy
- os: linux
python: pypy3
env: BUILOUT_OPTIONS=sphinx:eggs=
- os: linux
python: 2.7
- os: linux
python: 3.4
- os: linux
python: 3.5
- os: linux
python: 3.6
- python: 3.7
dist: xenial
sudo: true
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
- pypy3
install:
- pip install -U pip
- pip install -U setuptools zc.buildout
......
......@@ -49,10 +49,16 @@ eggs =
${coverage-test:eggs}
interpreter = py
[sphinx_egg]
eggs = Sphinx
[sphinx_egg:python2 or python34]
eggs = Sphinx < 2
[sphinx]
recipe = zc.recipe.egg
eggs =
Sphinx
${sphinx_egg:eggs}
docutils
ZODB
j1m.sphinxautointerface
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment