Update tox.ini to use python3 for flake8, check_rst and coverage
This commit is contained in:
parent
6ee703847f
commit
4aba254975
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
@ -121,7 +121,7 @@ deps =
|
||||||
|
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython=python
|
basepython=python3
|
||||||
deps=flake8
|
deps=flake8
|
||||||
skip_install=True
|
skip_install=True
|
||||||
commands=
|
commands=
|
||||||
|
@ -130,7 +130,7 @@ commands=
|
||||||
whitelist_externals={[post_cmd]whitelist_externals}
|
whitelist_externals={[post_cmd]whitelist_externals}
|
||||||
|
|
||||||
[testenv:check_rst]
|
[testenv:check_rst]
|
||||||
basepython=python
|
basepython=python3
|
||||||
deps=
|
deps=
|
||||||
docutils
|
docutils
|
||||||
Pygments
|
Pygments
|
||||||
|
@ -142,7 +142,7 @@ commands=
|
||||||
whitelist_externals={[post_cmd]whitelist_externals}
|
whitelist_externals={[post_cmd]whitelist_externals}
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython=python
|
basepython=python3
|
||||||
passenv=
|
passenv=
|
||||||
COVERAGE_TOKEN
|
COVERAGE_TOKEN
|
||||||
CI_BUILD_REF_NAME
|
CI_BUILD_REF_NAME
|
||||||
|
|
Loading…
Reference in a new issue