move doc8 test to pep8 job

Run the doc8 style checks with the pep8 job instead of the unit test job.

Change-Id: I094ccae8b76a1268b288812bd478797cfb9d0f4d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-13 16:07:16 -04:00
parent bd96a33f79
commit b3a42f0aa2
1 changed files with 1 additions and 4 deletions

View File

@ -22,12 +22,9 @@ commands =
commands =
flake8
bandit -r oslo_service -n5 -x tests
doc8 --ignore-path "doc/source/history.rst" doc/source
[testenv:py27]
commands =
find . -type f -name "*.py[co]" -delete
python setup.py testr --slowest --testr-args='{posargs}'
doc8 --ignore-path "doc/source/history.rst" doc/source
basepython = python2.7
[testenv:venv]