Merge "fix tox python3 overrides"
This commit is contained in:
commit
f283ba9c35
5
tox.ini
5
tox.ini
@ -10,6 +10,7 @@ setenv =
|
|||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
basepython = python3
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:doc8]
|
[testenv:doc8]
|
||||||
@ -17,12 +18,12 @@ commands =
|
|||||||
doc8 -e .rst doc/source
|
doc8 -e .rst doc/source
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
basepython = python3
|
||||||
commands=
|
commands=
|
||||||
sphinx-build doc/source doc/build/html
|
sphinx-build doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
# This runs all lint like jobs
|
basepython = python3
|
||||||
basepython = python2.7
|
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user