From b3a42f0aa271f6261c84144e7d4ce9fd6fcf044f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 13 Apr 2018 16:07:16 -0400 Subject: [PATCH] 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 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 2981a782..59080d77 100644 --- a/tox.ini +++ b/tox.ini @@ -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]