From c2ac394a8880000bca2109985760347e8df7d76d Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 31 Jan 2019 10:46:33 +0900 Subject: [PATCH] Remove basepython from [flake8] section basepython is not a valid option for flake8 and it is complaned when running tox -e pep8. It seems to have been added accidentally. Change-Id: Ia5d093bab0c175b2693e7ae47a6bc29c1d44db36 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7d5eecb23..cae97f1cb 100644 --- a/tox.ini +++ b/tox.ini @@ -68,7 +68,6 @@ deps = -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] -basepython = python3 show-source = true exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools import-order-style = pep8