Skip to content

Commit

Permalink
Add docs environment to tox.ini
Browse files Browse the repository at this point in the history
As per the governance resolution https://review.openstack.org/119875,
projects should have a docs environment in their tox.ini testing
interface. Add one.

Change-Id: I15c78a3c208820f041c9c3fa957aeb03eb7ab398
  • Loading branch information
emonty committed Sep 8, 2014
1 parent 63d9c50 commit de7e1d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ setenv = NOSE_WITH_COVERAGE=1

[testenv:venv]
commands = {posargs}

[testenv:docs]
commands = python setup.py build_sphinx

0 comments on commit de7e1d5

Please sign in to comment.