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 language: python
sudo: false dist: xenial
matrix: python:
include: - 2.7
- os: linux - 3.4
python: pypy - 3.5
- os: linux - 3.6
python: pypy3 - 3.7
env: BUILOUT_OPTIONS=sphinx:eggs= - pypy
- os: linux - pypy3
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
install: install:
- pip install -U pip - pip install -U pip
- pip install -U setuptools zc.buildout - pip install -U setuptools zc.buildout
......
...@@ -49,10 +49,16 @@ eggs = ...@@ -49,10 +49,16 @@ eggs =
${coverage-test:eggs} ${coverage-test:eggs}
interpreter = py interpreter = py
[sphinx_egg]
eggs = Sphinx
[sphinx_egg:python2 or python34]
eggs = Sphinx < 2
[sphinx] [sphinx]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
Sphinx ${sphinx_egg:eggs}
docutils docutils
ZODB ZODB
j1m.sphinxautointerface 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