Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-08-17 09:45:56 +00:00 committed by Gerrit Code Review
commit e6b3d7e10f
1 changed files with 4 additions and 0 deletions

View File

@ -19,13 +19,16 @@ commands = find . -type f -name "*.pyc" -delete
whitelist_externals = find whitelist_externals = find
[testenv:pep8] [testenv:pep8]
basepython = python3
commands = commands =
flake8 flake8
[testenv:venv] [testenv:venv]
basepython = python3
commands = {posargs} commands = {posargs}
[testenv:cover] [testenv:cover]
basepython = python3
setenv = setenv =
PYTHON=coverage run --source ldappool --parallel-mode PYTHON=coverage run --source ldappool --parallel-mode
commands = commands =
@ -49,6 +52,7 @@ show-source = True
exclude = .venv,.tox,dist,doc,*egg,build exclude = .venv,.tox,dist,doc,*egg,build
[testenv:docs] [testenv:docs]
basepython = python3
commands= commands=
python setup.py build_sphinx python setup.py build_sphinx