Add tox python3 overrides

Change-Id: I898d708ed89cc44acd480811137076354169277b
This commit is contained in:
huang.zhiping 2019-01-22 02:33:47 +00:00
parent 1037f945f4
commit 5f95355189
1 changed files with 4 additions and 0 deletions

View File

@ -19,13 +19,16 @@ whitelist_externals =
distribute = false
[testenv:pep8]
basepython = python3
commands = flake8
distribute = false
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
commands =
coverage erase
find . -type f -name "*.pyc" -delete
@ -36,6 +39,7 @@ commands =
coverage report
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -b html doc/source doc/build/html