~amirouche/asyncio-foundationdb

8cab57a4dcc9a34f0442723b900a72d42deadfbf — Amirouche 1 year, 6 months ago 50fdac4
ci: pypy: the correct latest pypy version is v7.3.9 @_@
1 files changed, 6 insertions(+), 6 deletions(-)

M .build.yml
M .build.yml => .build.yml +6 -6
@@ 26,15 26,15 @@ sources:
tasks:
  - foundationdb: cd asyncio-foundationdb && sudo make init-foundationdb
  - pypy-37: |
      wget -q https://downloads.python.org/pypy/pypy3.7-v3.7.9-linux64.tar.bz2
      tar xf pypy3.7-v3.7.9-linux64.tar.bz2
      wget -q https://downloads.python.org/pypy/pypy3.7-v7.3.9-linux64.tar.bz2
      tar xf pypy3.7-v7.3.9-linux64.tar.bz2
      cd asyncio-foundationdb
      PATH=$(pwd)/../pypy3.7-v3.7.9-linux64/bin/:$PATH ./ci.sh 3.7
      PATH=$(pwd)/../pypy3.7-v7.3.9-linux64/bin/:$PATH ./ci.sh 3.7
  - pypy-38: |
      wget -q https://downloads.python.org/pypy/pypy3.8-v3.7.9-linux64.tar.bz2
      tar xf pypy3.8-v3.7.9-linux64.tar.bz2
      wget -q https://downloads.python.org/pypy/pypy3.8-v7.3.9-linux64.tar.bz2
      tar xf pypy3.8-v7.3.9-linux64.tar.bz2
      cd asyncio-foundationdb
      PATH=$(pwd)/../pypy3.8-v3.7.9-linux64/bin/:$PATH ./ci.sh 3.8
      PATH=$(pwd)/../pypy3.8-v7.3.9-linux64/bin/:$PATH ./ci.sh 3.8
  - cpython-37: |
      cd asyncio-foundationdb
      ./python-compile.sh 3.7 > /dev/null