From 13404987573ebccaa6cf676e2c2e20fd6b06c6d8 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 24 May 2019 15:10:42 +0200 Subject: [PATCH] Bump PyPy version in Travis CI to the latest 7.1.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 443cead..53af0ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ python: # To see supported options, run: # s3cmd ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/ # We put pypy first, b/c for tests they're the slowest - - pypy2.7-6.0 - - pypy3.5-6.0 + - pypy + - pypy3 - 2.7 - 3.4 - 3.5