From: Ben Darnell Date: Sat, 11 Aug 2018 16:20:49 +0000 (-0400) Subject: build: Test on newer pypy X-Git-Tag: v6.0.0b1~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2466%2Fhead;p=thirdparty%2Ftornado.git build: Test on newer pypy Originally motivated by segfaults seen when adding type annotations to gen.py. It didn't actually fix those crashes, but we might as well update anyway. --- diff --git a/.travis.yml b/.travis.yml index 71ef19382..40298e2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: include: - python: 3.5 - python: 3.6 - - python: pypy3.5-5.8.0 + - python: pypy3.5-5.10.1 - <<: *xenial-mixin python: 3.7 - <<: *xenial-mixin