summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 0 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
index 07d4395..3d66daa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -98,15 +98,6 @@ deps =
commands =
pylint raven/ setup.py
-[testenv:doc8]
-basepython = python3.5
-skip_install = true
-deps =
- sphinx
- doc8
-commands =
- doc8 docs/
-
[testenv:bandit]
basepython = python3.5
@@ -122,13 +113,11 @@ skip_install = true
deps =
{[testenv:flake8]deps}
{[testenv:pylint]deps}
- {[testenv:doc8]deps}
{[testenv:readme]deps}
{[testenv:bandit]deps}
commands =
{[testenv:flake8]commands}
{[testenv:pylint]commands}
- {[testenv:doc8]commands}
{[testenv:readme]commands}
{[testenv:bandit]commands}