diff options
author | mattip <matti.picus@gmail.com> | 2019-04-17 11:33:54 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-04-19 13:01:04 +0300 |
commit | a641ef245a9f8d320fac5cdea5632649db5fab4a (patch) | |
tree | 371e90fb57ee3edad90f313c1cb0769a8ba730c4 /tools | |
parent | e67f8c7f78291cec03de944ed121d3e0f2a89c36 (diff) | |
download | numpy-a641ef245a9f8d320fac5cdea5632649db5fab4a.tar.gz |
MAINT: move gc.collect to function (from review)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/pypy-test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/pypy-test.sh b/tools/pypy-test.sh index bcadc1d6d..3dd3b439f 100755 --- a/tools/pypy-test.sh +++ b/tools/pypy-test.sh @@ -8,4 +8,8 @@ mkdir -p pypy3 pypy3/bin/pypy3 -mensurepip pypy3/bin/pypy3 -m pip install --upgrade pip setuptools pypy3/bin/pypy3 -m pip install --user cython==0.29.0 pytest pytz --no-warn-script-location +echo +echo pypy3 version +pypy3/bin/pypy3 -c "import sys; print(sys.version)" +echo pypy3/bin/pypy3 runtests.py -- -rsx --junitxml=junit/test-results.xml --durations 10 |