install dependencies in init script
This commit is contained in:
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 .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user