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

Change subject: [tests] Rename fasttest-py27 to fasttest-py37
......................................................................

[tests] Rename fasttest-py27 to fasttest-py37

Change-Id: I65767634955c07720938a414f1d432294e4f6905
---
M tox.ini
1 file changed, 3 insertions(+), 4 deletions(-)

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



diff --git a/tox.ini b/tox.ini
index ed3d8f6..b211d19 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@
     commit-message
     flake8-{py35}
     doctest-{py35}
-    test-{py27,py35}
+    test-{py35,py37}

 [tox:jenkins]
 # Override default for WM Jenkins
@@ -21,8 +21,8 @@

 [testenv]
 basepython =
-    py27: python3.7
     py35: python3.5
+    py37: python3.7
 setenv =
     VIRTUAL_ENV={envdir}
     PYWIKIBOT_NO_USER_CONFIG=2
@@ -40,11 +40,10 @@
     fasttest: nose
     fasttest: mock
     fasttest: .[scripts]
+    fasttest: nose-detecthttp>=0.1.3

-    fasttest-py27: nose-detecthttp>=0.1.3
     fasttest-py35: mwparserfromhell
     fasttest-py35: beautifulsoup4
-    fasttest-py35: nose-detecthttp>=0.1.3

 [testenv:commit-message]
 basepython = python3

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/610296
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: I65767634955c07720938a414f1d432294e4f6905
Gerrit-Change-Number: 610296
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-CC: Jforrester <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to