Commit 3ddd358d authored by Jim Fulton's avatar Jim Fulton

don't try to build docs on pypy3

parent da9163f6
......@@ -8,12 +8,11 @@ python:
- 3.4
- 3.5
install:
- env
- pip install zc.buildout
- buildout
script:
- bin/test -v1j99
- cd doc; make html
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then cd doc; make html; fi
notifications:
email: false
cache:
......
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