Skip to content

Commit 07fde1e

Browse files
committed
Let's attempt to use the matrix more and/or pray newer Sphinx works on pypy3
1 parent b3cf174 commit 07fde1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ script:
4747
# We have no real tests at present so we just make sure installation works,
4848
# first off.
4949
- 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"
50+
# Does our own dogfooding website build ok? :D
51+
- inv docs
5252
# I have this in my git pre-push hook, but contributors probably don't
5353
- flake8

0 commit comments

Comments
 (0)