appveyor: use the build.cmd script to install streamlink, so that the sdk can be used if required

This commit is contained in:
beardypig 2017-02-09 18:45:38 +00:00
parent 0a61f6a1f3
commit 07a7dce91b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ install:
# install dev requirements, for testing, etc.
- "pip install -r dev-requirements.txt"
- "pip install pycountry"
- "pip install ."
- "build.cmd %PYTHON%\\python.exe -m pip install ."
build: off