Skip to content

Commit

Permalink
ci: install sphinx up-front to enable docs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Aug 1, 2018
1 parent f548bed commit e73dfde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ before_install:
- |
python -m pip install \
pip setuptools \
pytest-cov "mock ; python_version < '3'"
pytest-cov "mock ; python_version < '3'" \
sphinx
install:
- python -m pip install .
script:
Expand Down

0 comments on commit e73dfde

Please sign in to comment.