diff --git a/tox.ini b/tox.ini index dd14ffbeaa..dc7ebeedb4 100644 --- a/tox.ini +++ b/tox.ini @@ -80,7 +80,6 @@ commands = flake8 {posargs:swift test doc setup.py} flake8 --filename=swift* bin bandit -c bandit.yaml -r swift -n 5 - python ./setup.py check --restructuredtext --strict ./.manpages {posargs} [testenv:py3pep8]