Skip to content

Commit c7a8694

Browse files
committed
TST: Added Sphinx build test to tox config
Relates #11
1 parent 63142b9 commit c7a8694

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27
2+
envlist = py27,docs
33

44
[testenv]
55
deps=
@@ -8,3 +8,7 @@ deps=
88
commands=
99
py.test
1010
flake8
11+
12+
[testenv:docs]
13+
deps = sphinx
14+
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck

0 commit comments

Comments
 (0)