8000 Catch segfaults · scikit-learn/scikit-learn@6d14857 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d14857

Browse files
committed
Catch segfaults
1 parent 6d8161a commit 6d14857

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build_tools/circle/build_test_pypy.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ python --version
1919
which python
2020

2121
pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu numpy==1.14.4 Cython pytest
22-
pip install "scipy>=1.1.0" sphinx numpydoc docutils
22+
pip install "scipy>=1.1.0" sphinx numpydoc docutils pytest-xdist
2323

2424
ccache -M 512M
2525
export CCACHE_COMPRESS=1
2626
export PATH=/usr/lib/ccache:$PATH
2727

2828
pip install -e .
2929

30-
make test
30+
pytest -n 1 sklearn/
31+
make test-sphinxext test-doc

0 commit comments

Comments
 (0)
0