Skip to content

Commit

Permalink
install testing requirements when building docs with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Mar 24, 2013
1 parent 97a167e commit eedd7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ deps = https://github.com/django/django/zipball/master
[testenv:docs] [testenv:docs]
basepython = python2.7 basepython = python2.7
deps = Sphinx==1.1.3 deps = Sphinx==1.1.3
{[default]deps}
commands = commands =
{envbindir}/sphinx-build -a -n -W -b html -d docs/_build/doctrees docs docs/_build/html {envbindir}/sphinx-build -a -n -W -b html -d docs/_build/doctrees docs docs/_build/html

0 comments on commit eedd7a3

Please sign in to comment.