Skip to content

Commit

Permalink
try to integrate docs build in tox pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel authored and Michael Howitz committed Feb 3, 2017
1 parent a1f3a84 commit addd924
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Expand Up @@ -9,6 +9,7 @@ envlist =
pypy,
coverage-report,
isort,
docs
skip_missing_interpreters = False

[testenv]
Expand Down Expand Up @@ -57,3 +58,10 @@ commands =
basepython = python2.7
deps = flake8
commands = flake8 --doctests src setup.py

[testenv:docs]
basepython = python2.7
commands =
sphinx-build -b html -d build/docs/build/doctrees docs build/docs/html
deps =
.[docs]

0 comments on commit addd924

Please sign in to comment.