mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user