install dependencies in init script

This commit is contained in:
Matthias Bartelmeß 2016-07-24 21:56:21 +02:00 committed by GitHub
parent 7fe7a4da8d
commit 1afbde0d7f

@ -11,6 +11,8 @@ environment:
GENERATOR: 'Visual Studio 11 Win64'
PYTHON: 'C:\Python35-x64\python.exe'
PIP: 'C:\Python35-x64\Scripts\pip.exe'
init:
- cmd: '%PIP% install nose wheel'
build_script:
- cmd: |
set LIBGIT2=%APPVEYOR_BUILD_FOLDER%\build\libgit2
@ -22,7 +24,6 @@ build_script:
cmake --build . --config Release --target install
cd ..
"%PIP%" install wheel
"%PYTHON%" setup.py bdist_wheel
"%PIP%" install .