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
[testenv:pep8]
basepython = python3
commands =
flake8
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source ldappool --parallel-mode
commands =
@ -49,6 +52,7 @@ show-source = True
exclude = .venv,.tox,dist,doc,*egg,build
[testenv:docs]
basepython = python3
commands=
python setup.py build_sphinx