Move doc8 to being a normal test requirement in test-requirements.txt

Change-Id: I774af3f8e59281f4f32d5124c5ffbab5fc186460
This commit is contained in:
Joshua Harlow 2015-07-16 14:45:43 -07:00
parent 8e1632bcc9
commit 5c3530a483
2 changed files with 1 additions and 2 deletions

View File

@ -7,6 +7,7 @@ hacking<0.11,>=0.10.0
# Used for making sure the eventlet executors work.
eventlet>=0.17.4
doc8 # Apache-2.0
coverage>=3.6
discover
python-subunit>=0.0.18

View File

@ -22,8 +22,6 @@ commands = {posargs}
commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:py27]
deps = {[testenv]deps}
doc8
commands =
python setup.py testr --slowest --testr-args='{posargs}'
sphinx-build -b doctest doc/source doc/build