From 7e166066185773e66a9afc3145e4116937af4da1 Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 29 Jul 2015 21:36:28 -0700 Subject: [PATCH] ok --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0211f15c4..388acccf3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,10 @@ install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - - ""%CMD_IN_ENV% pip install numpy scipy nose" + - "%CMD_IN_ENV% pip install numpy scipy nose" build: project: windows\xgboost.sln + +test_script: + - "%CMD_IN_ENV% nosetests test\\python" \ No newline at end of file