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]
|
||||
basepython=python
|
||||
basepython=python3
|
||||
deps=flake8
|
||||
skip_install=True
|
||||
commands=
|
||||
|
@ -130,7 +130,7 @@ commands=
|
|||
whitelist_externals={[post_cmd]whitelist_externals}
|
||||
|
||||
[testenv:check_rst]
|
||||
basepython=python
|
||||
basepython=python3
|
||||
deps=
|
||||
docutils
|
||||
Pygments
|
||||
|
@ -142,7 +142,7 @@ commands=
|
|||
whitelist_externals={[post_cmd]whitelist_externals}
|
||||
|
||||
[testenv:coverage]
|
||||
basepython=python
|
||||
basepython=python3
|
||||
passenv=
|
||||
COVERAGE_TOKEN
|
||||
CI_BUILD_REF_NAME
|
||||
|
|
Loading…
Reference in a new issue