Commit 93baff53 authored by Jim Fulton's avatar Jim Fulton

user older sphinx for building for tests

parent 73c3ae36
......@@ -18,7 +18,7 @@ matrix:
install:
- pip install -U pip
- pip install zc.buildout
- buildout $BUILOUT_OPTIONS
- buildout $BUILOUT_OPTIONS versions:sphinx=1.4.9
script:
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then bin/coverage run bin/coverage-test -v1j99; fi
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' || $TRAVIS_PYTHON_VERSION == 'pypy3' ]]; then bin/test -v1j99; fi
......
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