From 1afbde0d7f6b14455c27d80a7a1eb41337db378d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= <mba@fourplusone.de> Date: Sun, 24 Jul 2016 21:56:21 +0200 Subject: [PATCH] install dependencies in init script --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2632a2d..1fbed6b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 .