summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2020-09-07 10:58:35 -0700
committerAshley Whetter <ashley@awhetter.co.uk>2020-09-07 10:58:35 -0700
commitbf74636e51a507ee87fe207a6a0bdc3653de4252 (patch)
tree37ce56ccac914545e9b2464874268853e76eae8d /tox.ini
parent7ff83e2990bf9c7533f0c673f82b199bdea98cbd (diff)
downloadpylint-git-bf74636e51a507ee87fe207a6a0bdc3653de4252.tar.gz
Configure readthedocs with a .readthedocs.yml
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 3 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
index 6a13e1ce5..9aee0f0f6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,5 @@
[tox]
+minversion = 2.4
envlist = py35, py36, py37, py38, pypy, pylint, benchmark
skip_missing_interpreters = true
@@ -126,20 +127,11 @@ commands =
changedir = {toxinidir}
[testenv:docs]
-skipsdist = True
usedevelop = True
changedir = doc/
-whitelist_externals = rm
-deps =
- sphinx==2.0
- python-docs-theme
-
+extras =
+ docs
commands =
- pip install python_docs_theme
- rm -f features.rst
- python ./exts/pylint_features.py
- rm -f extensions.rst
- python ./exts/pylint_extensions.py
sphinx-build -W -b html -d _build/doctrees . _build/html
[testenv:benchmark]