Update tox.ini to use python3 for flake8, check_rst and coverage

This commit is contained in:
Valentin Samir 2020-01-01 11:52:31 +01:00
parent 6ee703847f
commit 4aba254975

View file

@ -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