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

Commit

Permalink
Merge pull request #264 from lzpap/travis_docs
Browse files Browse the repository at this point in the history
Add docs build step to Travis CI
  • Loading branch information
lzpap committed Nov 14, 2019
2 parents e033dc8 + 9fa1727 commit 86b53fa
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 86b53fa

Please sign in to comment.