Skip to content

Commit

Permalink
Sphinx tox setup
Browse files Browse the repository at this point in the history
  • Loading branch information
doismellburning committed Apr 22, 2015
1 parent ddc2efa commit 7906e08
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Expand Up @@ -7,6 +7,7 @@ envlist =
py32,
py33,
py34,
sphinx,


[testenv]
Expand All @@ -31,3 +32,13 @@ commands =
[testenv:pep257]
commands =
pep257 --ignore D200,D202,D203 django12factor

[testenv:sphinx]
deps =
Sphinx
changedir = {toxinidir}/docs/
whitelist_externals =
make
commands =
make html
make doctest coverage

0 comments on commit 7906e08

Please sign in to comment.