appveyor.yml: must add build: false

This commit is contained in:
Cosimo Lupo 2015-12-11 17:34:05 +00:00
parent 859dddff7c
commit 2af6ccb302

View File

@ -59,6 +59,8 @@ install:
# target Python version and architecture
- "%CMD_IN_ENV% pip install -vr requirements.txt"
build: false
test_script:
- "SET PATH=C:\\msys64\\usr\\bin;%PATH%"
# 'run-test.sh' interprets $PYTHON as the executable name