Skip to content

Commit a8f8d57

Browse files
committed
Modify Travis configuration to pre-install blurb.
1 parent dc85bd9 commit a8f8d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ matrix:
4242
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
4343
# (Updating the version is fine as long as no warnings are raised by doing so.)
4444
- python -m pip install sphinx~=1.6.1
45+
- python -m pip install blurb
4546
script:
4647
- make check suspicious html SPHINXOPTS="-q -W -j4"
4748
- os: linux

0 commit comments

Comments
 (0)