Commit 5d15e377 authored by Jim Fulton's avatar Jim Fulton

don't build sphinx on pypy3

parent e4d6679f
language: python language: python
sudo: false sudo: false
python: matrix:
- pypy include:
- pypy3 - os: linux
- 2.7 python: pypy
- 3.3 - os: linux
- 3.4 python: pypy3
- 3.5 env: BUILOUT_OPTIONS=sphinx:eggs=
- os: linux
python: 2.7
- os: linux
python: 3.3
- os: linux
python: 3.4
- os: linux
python: 3.5
install: install:
- pip install zc.buildout - pip install zc.buildout
- buildout - buildout $BUILOUT_OPTIONS
script: script:
- bin/test -v1j99 - bin/test -v1j99
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then cd doc; make html; fi - if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then cd doc; make html; 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