Removed py2exe from CI script

This commit is contained in:
Manuel Cortez 2019-10-03 17:55:27 -05:00
parent 9500703408
commit 35582650dc

View File

@ -54,7 +54,7 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%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 documentation at first, so setup.py won't fail when copying everything.