Merge "move doc8 test to pep8 job"

This commit is contained in:
Zuul 2018-04-17 16:53:01 +00:00 committed by Gerrit Code Review
commit 1d1b5f8f8c
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]