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]