Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/178571
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(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 refs/changes/71/178571/1 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: newchange Gerrit-Change-Id: I84ae32b9fdf745111fbd0f83e80d181695253938 Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/wikibugs2 Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
