Skip to content

Commit

Permalink
don't try to build docs on pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Sep 8, 2016
1 parent da9163f commit 3ddd358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3ddd358

Please sign in to comment.