add doc requirements to venv

Change-Id: Idb93d5ad7e9987a60cb5845e83ccdcab49f35f65
This commit is contained in:
Doug Hellmann 2014-04-03 07:11:41 -07:00
parent 26335cbcfb
commit a52c09fa34
3 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,3 @@
httplib2==0.7.4
prettytable==0.5
Sphinx

View File

@ -1,5 +1,3 @@
nose
mock>=1.0
coverage>=3.6
cmd2
PrettyTable>=0.7,<0.8

View File

@ -17,6 +17,7 @@ commands = flake8 cliff docs/source/conf.py setup.py
basepython=python2.6
[testenv:venv]
deps = -r{toxinidir}/docs/requirements.txt
commands = {posargs}
[testenv:neutronclient-stable]