Add hack to build wx on windows

This commit is contained in:
DarkPhoenix
2020-02-12 18:22:31 +03:00
parent b36a3959da
commit cc3c2cb9c8

View File

@@ -40,6 +40,8 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- ps: echo("Install pip requirements:")
# This one is needed to build wxpython 4.0.6 on windows
- cmd: "python -m pip install pathlib"
- cmd: "python -m pip install -r requirements.txt"
- cmd: "python -m pip install PyInstaller==3.6"