We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d000778 commit b3cf174Copy full SHA for b3cf174
.travis.yml
@@ -48,6 +48,6 @@ script:
48
# first off.
49
- pip install .
50
# Websites build OK? (Not on PyPy3, Sphinx is all "who the hell are you?" =/
51
- - "[[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]] && inv docs"
+ - "if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then inv docs; fi"
52
# I have this in my git pre-push hook, but contributors probably don't
53
- flake8
0 commit comments