mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Removed py2exe from CI script
This commit is contained in:
parent
9500703408
commit
35582650dc
@ -54,7 +54,7 @@ install:
|
|||||||
# pip will build them from source using the MSVC compiler matching the
|
# pip will build them from source using the MSVC compiler matching the
|
||||||
# target Python version and architecture
|
# target Python version and architecture
|
||||||
- "%CMD_IN_ENV% pip install -r requirements.txt"
|
- "%CMD_IN_ENV% pip install -r requirements.txt"
|
||||||
- "%CMD_IN_ENV% pip install pyenchant py2exe_py2"
|
- "%CMD_IN_ENV% pip install pyenchant"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
# Build documentation at first, so setup.py won't fail when copying everything.
|
# Build documentation at first, so setup.py won't fail when copying everything.
|
||||||
|
Loading…
Reference in New Issue
Block a user