Skip to content

Commit

Permalink
TST: add docs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Dec 10, 2020
1 parent eb82e51 commit 252c7bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ language: python
dist: xenial
jobs:
include:
- name: 'docs'
python: '3.6'
script:
- sphinx-build -E -b html docs dist/docs
- sphinx-build -b linkcheck docs dist/docs
- name: '3.6 w/ numpy 1.16 (NEP 029)'
python: '3.6'
env: NUMPY_VER=1.16
Expand Down

0 comments on commit 252c7bb

Please sign in to comment.