From b579158ce2e819220409ee46532fb2ec5d71a525 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 1 Jul 2020 22:40:31 +0200 Subject: [PATCH] [ci] loosen pypy version in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de33be89..96e30c7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- 2.11.0