Fixed other problem

This commit is contained in:
Manuel Cortez 2018-09-18 11:35:31 -05:00
parent 4aef2595b2
commit 8459135002

View File

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