Skip to content

Commit

Permalink
Install docs requirements for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Holiverh committed Sep 9, 2017
1 parent b670aac commit 6f44861
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ python:
- "3.5"
- "pypy"
install:
- pip install -e .[test]
- pip install sphinx
- pip install -e .[test,docs]
script:
- py.test -ra -v tests/
- sphinx-build -vwT -b html docs/ _build/html

0 comments on commit 6f44861

Please sign in to comment.