Skip to content

Commit 5666395

Browse files
committed
Add a travis config to test building the docs and links
1 parent 4c81a02 commit 5666395

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
3+
python: 3.6
4+
5+
install:
6+
- "pip install -r requirements.txt"
7+
8+
script:
9+
- "cd ./docs/"
10+
- "make dirhtml"
11+
- "make linkcheck"

0 commit comments

Comments
 (0)