jenkins-bot has submitted this change and it was merged.
Change subject: [FEAT] Enable nose Python 3 tests ......................................................................
[FEAT] Enable nose Python 3 tests
Change-Id: I842aee6c6e98fa6f2c3c324603600988300e21b1 --- M tox.ini 1 file changed, 5 insertions(+), 3 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index 7076017..50daa29 100644 --- a/tox.ini +++ b/tox.ini @@ -49,10 +49,12 @@ deps = nose
[testenv:nose34] -basepython = python34 +basepython = python3 setenv = PYWIKIBOT2_NO_USER_CONFIG=1 -commands = nosetests -a "!site,!net" -deps = nose +commands = nosetests -a "!site,!net" tests +deps = + nose + six
[testenv:venv] commands = {posargs}
pywikibot-commits@lists.wikimedia.org