diff --git a/tox.ini b/tox.ini index 0dabfd3a2..c88084e65 100644 --- a/tox.ini +++ b/tox.ini @@ -31,12 +31,7 @@ commands = deps = mypy==0.790 commands = mypy . {posargs} - -[testenv:rstcheck] -deps = rstcheck>=3.3.1,<4 -commands = - rstcheck README.rst {posargs} - + [testenv:individual_coverage] deps = -rrequirements.txt