summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-11-24 23:56:22 +0100
committerMatěj Cepl <mcepl@cepl.eu>2019-11-24 23:56:22 +0100
commit00988b7367744c6dd02568913f2e2a0d89716cae (patch)
tree0668b0c0455c64ca04c9de9ff5a7f471b384f7ee /appveyor.yml
parent1bd4b72bf946c1f5327232de20ec68ba1369daeb (diff)
downloadm2crypto-00988b7367744c6dd02568913f2e2a0d89716cae.tar.gz
Make tests pass again.
1. Python 2.6 needs bundled-in typing module 2. Update Windows OpenSSL version.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8d39bc4..87f6b5d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,8 +5,8 @@ environment:
secure: oqWqarxnd4H23FMywnlQeg==
PASS:
secure: j/VSxdYJ7mdR44u8OdywLg==
- X86_OPENSSL_INSTALLER: Win32OpenSSL-1_1_0k.exe
- X64_OPENSSL_INSTALLER: Win64OpenSSL-1_1_0k.exe
+ X86_OPENSSL_INSTALLER: Win32OpenSSL-1_1_0L.exe
+ X64_OPENSSL_INSTALLER: Win64OpenSSL-1_1_0L.exe
matrix: