From 69420d60c425cfba040ab040049f28efe517fab6 Mon Sep 17 00:00:00 2001 From: Vladislav Kuzmin Date: Wed, 5 Jun 2019 21:02:40 +0400 Subject: [PATCH] Remove outdated line in tox.ini Change-Id: Ia720cba4b1d75f114a1099efa4ef4fef7e2b264a --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index ccab0fa6..9715d4c5 100644 --- a/tox.ini +++ b/tox.ini @@ -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]