Skip to content

Commit 1463a2e

Browse files
committed
Add simple travis file
1 parent b3039d8 commit 1463a2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python: 3.5
3+
4+
install: python3 -m pip install sphinx
5+
6+
script:
7+
# TODO: add -b linkcheck
8+
- sphinx-build -n -W -q -b html -d _build/doctrees . _build/html

0 commit comments

Comments
 (0)