This commit is contained in:
tqchen 2015-07-29 21:07:18 -07:00
parent 15286523cf
commit 8f6e5e197b

View File

@ -12,8 +12,8 @@ install:
- "python --version" - "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "pip instal nose numpy scipy" - "pip instal nose numpy scipy"
build:
- "msbuild windows\xgboost.sln" - "msbuild windows\xgboost.sln"
build: false