[CI] Run cuDF tests in Jenkins CI server (#4927)

This commit is contained in:
Philip Hyunsu Cho
2019-10-12 21:04:54 -07:00
committed by Jiaming Yuan
parent 5b4f28cc46
commit f7487e4c2a
5 changed files with 64 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ import testing as tm
@pytest.mark.skipif(**tm.no_dask())
@pytest.mark.skipif(**tm.no_cudf())
@pytest.mark.skipif(**tm.no_dask_cudf())
def test_dask_dataframe(client):
X, y = generate_array()