xgboost/tests/ci_build/test_gpu.sh
Rory Mitchell f8b7686719
Add cuda 8/9.1 centos 6 builds, test GPU wheel on CPU only container. (#3309)
* Add cuda 8/9.1 centos 6 builds, test GPU wheel on CPU only container.

* Add Google test
2018-05-17 10:57:01 +12:00

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