[ci] loosen pypy version in .travis.yml
authorPaul Brossier <piem@piem.org>
Wed, 1 Jul 2020 20:40:31 +0000 (22:40 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 1 Jul 2020 20:40:31 +0000 (22:40 +0200)
.travis.yml

index de33be8..96e30c7 100644 (file)
@@ -12,7 +12,7 @@ matrix:
     - python: 2.7
       os: linux
       compiler: gcc
-    - python: "pypy3.5"
+    - python: "pypy3"
       os: linux
       compiler: gcc
       env: CFLAGS="-Os" WAFOPTS="--disable-avcodec"