Skip to content

Commit 772e923

Browse files
committed
Much better fix for #479 using tox
1 parent 28baf72 commit 772e923

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

tests/test_docs.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ passenv = CI TRAVIS TRAVIS_* APPVEYOR*
99
setenv =
1010
PYTHONPATH={toxinidir}
1111

12+
[testenv:docs]
13+
basepython = python3.7
14+
changedir = docs
15+
extras = dev
16+
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
17+
1218
[testenv:py34]
1319
deps =
1420
codecov

0 commit comments

Comments
 (0)