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 b3cf174 commit 07fde1eCopy full SHA for 07fde1e
.travis.yml
@@ -47,7 +47,7 @@ script:
47
# We have no real tests at present so we just make sure installation works,
48
# first off.
49
- pip install .
50
- # Websites build OK? (Not on PyPy3, Sphinx is all "who the hell are you?" =/
51
- - "if [[ $TRAVIS_PYTHON_VERSION != 'pypy3' ]]; then inv docs; fi"
+ # Does our own dogfooding website build ok? :D
+ - inv docs
52
# I have this in my git pre-push hook, but contributors probably don't
53
- flake8
0 commit comments