Adds py2exe and pyenchant to the party

This commit is contained in:
Manuel Cortez 2018-09-18 11:31:18 -05:00
parent 967cc8da71
commit ccdcc7676e

View File

@ -43,6 +43,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 -r py2exe pyenchant"
build_script: build_script:
- "%CMD_IN_ENV% python src\\setup.py py2exe" - "%CMD_IN_ENV% python src\\setup.py py2exe"