Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-395-appveyor-failures 500c42251 -> f0d2fcbd2 (forced update)
ARIA-395 Fix AppVeyor failures due to use of SSL Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f0d2fcbd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/f0d2fcbd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/f0d2fcbd Branch: refs/heads/ARIA-395-appveyor-failures Commit: f0d2fcbd225c05998f862bfecce055cd426f14db Parents: 737fff5 Author: Tal Liron <[email protected]> Authored: Mon Oct 23 12:08:59 2017 -0500 Committer: Tal Liron <[email protected]> Committed: Mon Oct 23 13:21:27 2017 -0500 ---------------------------------------------------------------------- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f0d2fcbd/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index a03b180..c72b873 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,8 @@ build: false install: - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% + - ps: "[System.Net.ServicePointManager]::Expect100Continue = 'true'" + - ps: "[System.Net.ServicePointManager]::SecurityProtocol = 'tls12'" - ps: (new-object System.Net.WebClient).Downloadfile('https://bootstrap.pypa.io/get-pip.py', 'C:\Users\appveyor\get-pip.py') - ps: Start-Process -FilePath "C:\Python27\python.exe" -ArgumentList "C:\Users\appveyor\get-pip.py" -Wait -Passthru
