Remove unused releasenotes infrastructure

There is no releasenotes directory, so the tox releasenotes environment
always fails.

Remove the environment and the reno dependency since both are completely
unused.

Change-Id: I721797f7a53965243ab1d4650c994336e36804dc
This commit is contained in:
Andreas Jaeger 2016-07-13 09:44:15 +02:00
parent 9667f426d0
commit 63b84519f2
2 changed files with 0 additions and 4 deletions

View File

@ -9,7 +9,6 @@ fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
reno>=1.8.0 # Apache2
requests-mock>=1.0 # Apache-2.0
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
os-testr>=0.7.0 # Apache-2.0

View File

@ -28,9 +28,6 @@ commands = oslo_debug_helper -t osc_lib/tests {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
show-source = True
exclude = .git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools