Skip to content

Commit

Permalink
TEST: limit pypy to 2 verbose runners, fix numpy install
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 7, 2019
1 parent 7ea9336 commit a01b70d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ jobs:
export NPY_NUM_BUILD_JOBS=`pypy3 -c 'import multiprocessing as mp; print(mp.cpu_count())'`
pypy3 -mpip install --upgrade pip setuptools wheel
pypy3 -mpip install Cython>=0.28.5
pypy3 -mpip install numpy>=1.15.0
pypy3 -mpip install --no-build-isolation --extra-index https://antocuni.github.io/pypy-wheels/ubuntu pytest pytest-xdist pytest-timeout Tempita mpmath
pypy3 -mpip install --no-build-isolation --extra-index https://antocuni.github.io/pypy-wheels/ubuntu pytest pytest-xdist pytest-timeout Tempita mpmath numpy>=1.15.0
- run:
name: build SciPy
command: |
Expand All @@ -155,7 +154,7 @@ jobs:
export SCIPY_AVAILABLE_MEM=1G
# Try to limit per-process GC memory usage
export PYPY_GC_MAX=900MB
pypy3 runtests.py -- -rfEX -n 3 --durations=30 --timeout=45 --timeout-method=thread
pypy3 runtests.py -- -rfEX -n 2 --durations=30 --timeout=45 --timeout-method=thread -v
workflows:
Expand Down

0 comments on commit a01b70d

Please sign in to comment.