Changes in paths

This commit is contained in:
Manuel Cortez 2018-09-18 11:46:51 -05:00
parent d4a73fb3bb
commit eaf13a4453

View File

@ -46,8 +46,9 @@ install:
- "%CMD_IN_ENV% pip install pyenchant" - "%CMD_IN_ENV% pip install pyenchant"
build_script: build_script:
- "%CMD_IN_ENV% python src\\setup.py py2exe" - "cd src"
- "%CMD_IN_ENV% python setup.py py2exe"
artifacts: artifacts:
# Archive the generated packages in the ci.appveyor.com build report. # Archive the generated packages in the ci.appveyor.com build report.
- path: src\dist\* - path: dist\*