Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-11-19 14:01:43 +00:00 committed by Gerrit Code Review
commit d3613f3ba9
1 changed files with 2 additions and 0 deletions

View File

@ -25,12 +25,14 @@ description = Runs set of linters against codebase (checkniceness)
commands = {[testenv:checkniceness]commands} commands = {[testenv:checkniceness]commands}
[testenv:checkniceness] [testenv:checkniceness]
basepython = python3
description = Validates (pep-like) documenation description = Validates (pep-like) documenation
skip_install = True skip_install = True
usedevelop = False usedevelop = False
commands = doc8 --file-encoding utf-8 {toxinidir}/doc commands = doc8 --file-encoding utf-8 {toxinidir}/doc
[testenv:spelling] [testenv:spelling]
basepython = python3
deps = deps =
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
sphinxcontrib-spelling sphinxcontrib-spelling