aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 54c45a6fd..87c7efa5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py36,cover,perm
[testenv]
+pip_version = pip==20.2.4
usedevelop = True
deps =
-c{toxinidir}/upper-constraints.txt
@@ -30,6 +31,7 @@ commands =
sphinx-build -W -n -b html docs docs/build/html
sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck
sphinx-build -W -n -b html -c docs/lfreleng docs docs/_build/html
+ sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling docs docs/_build/spellcheck
[testenv:pep8]
basepython = python2.7
@@ -40,7 +42,7 @@ basepython = python2.7
commands =
pylint \
--ignore-imports=y --min-similarity-lines=10 \
- --disable=locally-disabled functest
+ --disable=locally-disabled,super-on-old-class functest
[testenv:yamllint]
basepython = python2.7
@@ -59,7 +61,7 @@ commands =
[testenv:ansiblelint]
basepython = python2.7
commands =
- ansible-lint ansible/site.yml
+ ansible-lint -x303 ansible/site.yml
[testenv:py36]
commands = nosetests functest/tests/unit