summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-12-19 09:25:12 +0200
committermattip <matti.picus@gmail.com>2019-04-16 20:45:56 +0300
commitc09fadcc8220f4ac80f0dcc4d82d22f58ef2d6c1 (patch)
treeab56cb507b36fe8adad641fae8d3731362421b6e /tools
parent4c977804b4eaadf5ac1b4eb1024f8167657e976d (diff)
downloadnumpy-c09fadcc8220f4ac80f0dcc4d82d22f58ef2d6c1.tar.gz
DEV: add pypy3 to azure CI
Diffstat (limited to 'tools')
-rw-r--r--tools/azure-pypy-test.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/azure-pypy-test.sh b/tools/azure-pypy-test.sh
new file mode 100644
index 000000000..2194b724d
--- /dev/null
+++ b/tools/azure-pypy-test.sh
@@ -0,0 +1,10 @@
+wget http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux64.tar.bz2 -O pypy.tar.bz2
+mkdir -p pypy3.5-latest
+(cd pypy3.5-latest; tar --strip-components=1 -xf ../pypy.tar.bz2)
+pypy3.5-latest/bin/pypy3 -mensurepip
+pypy3.5-latest/bin/pypy3 -m pip install --upgrade pip setuptools
+pypy3.5-latest/bin/pypy3 -m pip install --user cython==0.29.0 pytest pytz
+pypy3.5-latest/bin/pypy3 runtests.py -- -rsx --junitxml=junit/test-results.xml --durations 10
+# do not fail the CI run
+echo ''
+