Use win32 as platform in tox.ini (#9277)

This is used to match against sys.platform, which for windows is
win32 regardless of bitness
This commit is contained in:
Will Greenberg
2022-04-19 07:40:46 +10:00
committed by GitHub
parent 0ca8ec6f7f
commit 549bc0a5fd
+2 -2
View File
@@ -26,8 +26,8 @@ source_paths = acme/acme certbot/certbot certbot-apache/certbot_apache certbot-c
passenv =
CERTBOT_NO_PIN
platform =
win: win64
posix: ^(?!.*win64).*$
win: win32
posix: ^(?!.*win32).*$
commands_pre = python {toxinidir}/tools/pipstrap.py
commands =
!cover-win: {[base]install_and_test} {[base]win_all_packages}