jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/569306 )
Change subject: [tests] Use Python 3.6 instead of 3.4 for tests ......................................................................
[tests] Use Python 3.6 instead of 3.4 for tests
Use default Python which is 3.6.7 currently to hide FutureWarning about deprecated Python version.
Change-Id: Ie94277e2e8824bb284465cffe2654a90276d3847 --- M .travis.yml 1 file changed, 0 insertions(+), 5 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index 0cbc4b5..90695e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,5 @@ language: python
-sudo: false - -python: - - '3.4' - env: - PYWIKIBOT2_NO_USER_CONFIG=2
pywikibot-commits@lists.wikimedia.org