Remove outdated line in tox.ini

Change-Id: Ia720cba4b1d75f114a1099efa4ef4fef7e2b264a
This commit is contained in:
Vladislav Kuzmin 2019-06-05 21:02:40 +04:00
parent cd039c301e
commit 69420d60c4
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ commands = sphinx-build -a -E -W -d releasenotes/build/.doctrees -b html release
basepython = python3
commands =
flake8 {posargs}
# Run security linter
doc8 {posargs}
[testenv:cover]