From 2322f7a0bf71ef2a723fc6782c7fc29bfe666a51 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 25 Nov 2020 21:04:49 +0100 Subject: [PATCH] Fix config section names. --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 95040ac..cdc5b18 100644 --- a/tox.ini +++ b/tox.ini @@ -25,23 +25,23 @@ python = 3.7: py37 3.8: py38 -[testenv:bandit] +[testenv:py37-bandit] description = PyCQA security linter deps = bandit<1.6 commands = bandit -r --ini tox.ini -[testenv:docs] +[testenv:py37-docs] description = Build the HTML documentation deps = sphinx commands = sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html whitelist_externals = make -[testenv:flake8] +[testenv:py37-flake8] description = Static code analysis and code style deps = flake8 commands = flake8 -[testenv:readme] +[testenv:py37-readme] description = Ensure README renders on PyPI deps = twine commands =