jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/666858 )

Change subject: [doctest] use (any) python 3 for doctest
......................................................................

[doctest] use (any) python 3 for doctest

Change-Id: Id09c8aaeca63af4c6aae1c3498e8b5e635bdb1dd
---
M tox.ini
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tox.ini b/tox.ini
index 62f122f..9e242c7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,12 +55,11 @@


 [testenv:doctest]
+basepython = python3
 commands =
     python {[params]generate_user_files}
     nosetests --version
     nosetests --with-doctest pywikibot {[params]doctest_skip}
-basepython =
-    py35: python3.5
 deps =
     nose


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/666858
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id09c8aaeca63af4c6aae1c3498e8b5e635bdb1dd
Gerrit-Change-Number: 666858
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to