Skip to content

Commit 017e762

Browse files
committed
Add a tox env for building docs with python3
1 parent 540ed8e commit 017e762

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ commands =
1212
coverage run -a src/bitmessagemain.py -t
1313
coverage run -a -m tests
1414

15+
[testenv:doc]
16+
deps =
17+
.[docs]
18+
-r docs/requirements.txt
19+
commands = python setup.py build_sphinx
20+
1521
[testenv:reset]
1622
commands = coverage erase
1723

0 commit comments

Comments
 (0)