From 4ce6f81bdd1ec4d891f49ea9f90e8e9e0a2e63d1 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Wed, 10 Oct 2018 19:21:49 -0400 Subject: [PATCH] Remove the duplicated doc8 executa the doc8 action run twice when run tox -edocs[1] and -epep8[2], that's unnecessary, the ps to update it. [1]: https://github.com/openstack/watcher-specs/blob/master/tox.ini#L28 [2]: https://github.com/openstack/watcher-specs/blob/master/tox.ini#L35 Change-Id: Ie3afd15f1deba5f3e18ca3cb6e85984da85ca4e8 Closes-Bug: #1799022 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index b93092c..bf731b3 100644 --- a/tox.ini +++ b/tox.ini @@ -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]