Legoktm has submitted this change and it was merged. Change subject: tox.ini: Specify basepython = python3 ......................................................................
tox.ini: Specify basepython = python3 See comments on I3fb8d1fd0c6a. Change-Id: I84ae32b9fdf745111fbd0f83e80d181695253938 --- M tox.ini 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/tox.ini b/tox.ini index 21e3f67..b67ec5f 100644 --- a/tox.ini +++ b/tox.ini @@ -12,10 +12,12 @@ [testenv:flake8] commands = flake8 deps = flake8 +basepython = python3 [testenv:channels] commands = ./test_channels_yaml.py deps = PyYAML +basepython = python3 [flake8] exclude = .tox -- To view, visit https://gerrit.wikimedia.org/r/178571 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I84ae32b9fdf745111fbd0f83e80d181695253938 Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/wikibugs2 Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
