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
1 changed files with 3 additions and 3 deletions

View File

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