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