Skip to content

Commit

Permalink
WIP: Show where the problem is
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 5, 2019
1 parent 9ebbd18 commit 2c5c7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
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 Tempita mpmath
pypy3 -mpip install --no-build-isolation --extra-index https://antocuni.github.io/pypy-wheels/ubuntu pytest pytest-xdist pytest-timeout Tempita mpmath
- run:
name: build SciPy
command: |
Expand All @@ -155,7 +155,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
pypy3 runtests.py -- -rfEX -n 3 --durations=30 -v --timeout=30
workflows:
Expand Down

0 comments on commit 2c5c7c9

Please sign in to comment.