From 3bfcbb9baf2ab0dcd0bad15251e36f96efd9f7bd Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 30 Oct 2023 12:04:28 +0200 Subject: [PATCH] tox: remove unused readme target --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index 041fe08f..d9004f59 100644 --- a/tox.ini +++ b/tox.ini @@ -73,11 +73,3 @@ commands = deps = extras = docs commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/html - -[testenv:readme] -extras = -basepython = python3 -deps = - readme_renderer -commands = - python setup.py check -r -s