From f729c3ba43c1985a54290e0edcb5e11b44e760eb Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Wed, 31 Aug 2022 21:44:53 +0200 Subject: [PATCH] first test, then lint --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e4f184a..750d30f 100644 --- a/tox.ini +++ b/tox.ini @@ -3,12 +3,12 @@ envlist = py38 [testenv] deps = - flake8 pytest + flake8 restructuredtext_lint Pygments commands = - flake8 --ignore=E501,W503 markdownify tests pytest + flake8 --ignore=E501,W503 markdownify tests restructuredtext-lint README.rst