Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Add docs build step to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap committed Nov 14, 2019
1 parent e033dc8 commit 9fa1727
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 @@ -5,11 +5,12 @@ python:
- '3.6'
- '3.7'
install:
- pip install .
- pip install .[docs-builder]
- pip install docutils pygments # Used to check package metadata.
script:
- python setup.py check --strict --metadata --restructuredtext
- nosetests
- cd docs && make html && cd .. # Build documentation.
deploy:
on:
python: '3.7'
Expand Down

0 comments on commit 9fa1727

Please sign in to comment.