~amirouche/asyncio-foundationdb

95f3aea74a3ea3a07f53d10ff3c5f972b595c4ea — Amirouche 9 months ago a8d85ae main
bump pypy.
1 files changed, 8 insertions(+), 8 deletions(-)

M .build.yml
M .build.yml => .build.yml +8 -8
@@ 25,16 25,16 @@ sources:

tasks:
  - foundationdb: cd asyncio-foundationdb && sudo make init-foundationdb
  - pypy-37: |
      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-v7.3.9-linux64/bin/:$PATH ./ci.sh 3.7
  - pypy-38: |
      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
      wget -q https://downloads.python.org/pypy/pypy3.8-v7.3.10-linux64.tar.bz2
      tar xf pypy3.8-v7.3.10-linux64.tar.bz2
      cd asyncio-foundationdb
      PATH=$(pwd)/../pypy3.8-v7.3.10-linux64/bin/:$PATH ./ci.sh 3.8
  - pypy-39: |
      wget -q https://downloads.python.org/pypy/pypy3.9-v7.3.10-linux64.tar.bz2
      tar xf pypy3.9-v7.3.10-linux64.tar.bz2
      cd asyncio-foundationdb
      PATH=$(pwd)/../pypy3.8-v7.3.9-linux64/bin/:$PATH ./ci.sh 3.8
      PATH=$(pwd)/../pypy3.9-v7.3.10-linux64/bin/:$PATH ./ci.sh 3.9
  - cpython-37: |
      cd asyncio-foundationdb
      ./python-compile.sh 3.7 > /dev/null