summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-03-17 16:15:24 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-03-17 16:39:14 +0100
commit9f5281735e1683d275b813947e4c50fb6e4c13d3 (patch)
tree80f377f0cdc6fbc70b2835e5bcb5582ecd879101 /appveyor.yml
parentc9d91c58b697a4b1b1364ade0acd772fd23035cc (diff)
downloadm2crypto-9f5281735e1683d275b813947e4c50fb6e4c13d3.tar.gz
Generates TAP.
Not sure how important it is, but it looks neat.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2523750..e5f00fb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,8 +12,8 @@ environment:
secure: oqWqarxnd4H23FMywnlQeg==
PASS:
secure: j/VSxdYJ7mdR44u8OdywLg==
- X86_OPENSSL_INSTALLER: Win32OpenSSL-1_1_1s.exe
- X64_OPENSSL_INSTALLER: Win64OpenSSL-1_1_1s.exe
+ X86_OPENSSL_INSTALLER: Win32OpenSSL-1_1_1t.exe
+ X64_OPENSSL_INSTALLER: Win64OpenSSL-1_1_1t.exe
# Random password, never used anywhere else
APPVEYOR_RDP_PASSWORD: MmXt9yk3rNah3CGcRWad3XD
PYPI_USERNAME: __token__
@@ -169,7 +169,7 @@ build_script:
test_script:
- "dir .\\build"
- "SET PYTHONPATH=.\\build\\lib.%PYTHONPATH_DIR%"
- - "%PYTHON%\\python.exe -munittest discover -v tests"
+ - "%PYTHON%\\python.exe -mtap discover -v tests"
after_test:
# If tests are successful, create a whl package for the project.