* Add cuda 8/9.1 centos 6 builds, test GPU wheel on CPU only container. * Add Google test
9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd python-package
|
|
python setup.py install --user
|
|
cd ..
|
|
python -m nose --attr='!slow' tests/python-gpu/
|
|
./testxgboost
|
|
|