Skip to content

Commit

Permalink
BUG: Directory [skip appveyor] [skip travis] [skip azp]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Mar 26, 2019
1 parent 2f42a9a commit 025e0e3
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 @@ -154,8 +154,8 @@ jobs:
export SCIPY_AVAILABLE_MEM=1G
# Try to limit per-process GC memory usage
export PYPY_GC_MAX=900MB
mkdir -p test-results/pytest
pypy3 runtests.py -- -rfEX -n 2 --durations=30 --timeout=45 --timeout-method=thread --junit-xml=test-results/pytest/junit-results.xml
mkdir -p ${CIRCLE_WORKING_DIRECTORY}/test-results/pytest
pypy3 runtests.py -- -rfEX -n 2 --durations=30 --timeout=45 --timeout-method=thread --junit-xml=${CIRCLE_WORKING_DIRECTORY}/test-results/pytest/junit-results.xml
# Save the JUnit file
- store_test_results:
Expand Down

0 comments on commit 025e0e3

Please sign in to comment.