Merge "Remove the duplicated doc8 executa"

This commit is contained in:
Zuul 2018-10-29 07:13:38 +00:00 committed by Gerrit Code Review
commit 74be474e81

View File

@ -25,7 +25,6 @@ basepython = python3
setenv = PYTHONHASHSEED=0
commands =
find . -type f -name "*.pyc" -delete
doc8 doc/source/ README.rst
python setup.py build_sphinx
[testenv:pep8]