Merge "Rename doc environment to docs"

This commit is contained in:
Jenkins 2014-09-09 16:28:24 +00:00 committed by Gerrit Code Review
commit 8e2a3335a5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ commands = flake8
commands =
python setup.py testr --coverage
[testenv:doc]
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:venv]