Skip to content

Commit

Permalink
Add a tox env for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
g1itch committed Nov 23, 2021
1 parent 44144f3 commit ed6ca87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -12,6 +12,12 @@ commands =
coverage run -a src/bitmessagemain.py -t
coverage run -a -m tests

[testenv:py27-doc]
deps =
.[docs]
-r docs/requirements.txt
commands = python setup.py build_sphinx

[testenv:reset]
commands = coverage erase

Expand Down

0 comments on commit ed6ca87

Please sign in to comment.