jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662931 )
Change subject: [tests] remove 7 years old code stuff ...................................................................... [tests] remove 7 years old code stuff See http://stackoverflow.com/a/13751649/163740 Change-Id: I2c2331b07b615ff74d75dca84ac559242c862bc0 --- M .appveyor.yml 1 file changed, 0 insertions(+), 9 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/.appveyor.yml b/.appveyor.yml index 4348ef6..31342b8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,13 +3,6 @@ version: 6.0.{build} environment: - APPVEYOR_PYTHON_URL: "https://raw.githubusercontent.com/dvorapa/python-appveyor-demo/master/appveyor/" - - # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the - # /E:ON and /V:ON options are not enabled in the batch script interpreter - # See: http://stackoverflow.com/a/13751649/163740 - CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd" - PYWIKIBOT_DIR: "%appdata%\\Pywikibot" PYWIKIBOT_USER_CONFIG: "%appdata%\\Pywikibot\\user-config.py" PYWIKIBOT_PASSWD_FILE: "%appdata%\\Pywikibot\\passwordfile" @@ -81,8 +74,6 @@ # Download the Appveyor Python build accessories into subdirectory .\appveyor - mkdir appveyor - ps: $wc = new-object net.webclient - - ps: $run = $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'run_with_env.cmd') - - ps: $run | Out-File -Encoding ascii -FilePath appveyor\run_with_env.cmd - python -m venv env - env\Scripts\activate.bat -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662931 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: I2c2331b07b615ff74d75dca84ac559242c862bc0 Gerrit-Change-Number: 662931 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
