Skip to content

Commit b3cf174

Browse files
committed
Don't die-with-1 on pypy3, just don't run the docs (meh)
1 parent d000778 commit b3cf174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ script:
4848
# first off.
4949
- pip install .
5050
# Websites build OK? (Not on PyPy3, Sphinx is all "who the hell are you?" =/
51-
- "[[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]] && inv docs"
51+
- "if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then inv docs; fi"
5252
# I have this in my git pre-push hook, but contributors probably don't
5353
- flake8

0 commit comments

Comments
 (0)