From 7560518eec848ed380a9da0a31f76fd33b5c659e Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Wed, 29 Jul 2015 23:23:40 -0700 Subject: [PATCH] sleep --- appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c966886fb..d7d0c58b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,8 @@ environment: global: CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\python-appveyor-demo\\appveyor\\run_with_env.cmd" DISABLE_OPENMP: 1 - + VisualStudioVersion: 12.0 + matrix: - PYTHON: "C:\\Python27-x64" PYTHON_VERSION: "2.7.x" # currently 2.7.9 @@ -16,7 +17,7 @@ platform: - x64 configuration: - - Debug + - Release install: - cmd: git clone https://github.com/ogrisel/python-appveyor-demo @@ -31,5 +32,5 @@ install: - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" -build: off - #project: windows\xgboost.sln \ No newline at end of file +build: + project: windows\xgboost.sln \ No newline at end of file