incomplete appveyor

This commit is contained in:
tqchen 2015-07-29 21:46:41 -07:00
parent e30c724bd4
commit 259dea0777

View File

@ -29,10 +29,7 @@ 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"
build:
project: windows\xgboost.sln
test_script:
- "%CMD_IN_ENV% nosetests test\\python"