From 9cd3081543d40aa3bf24fee17610b3f38017421b Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 9 Apr 2019 11:08:57 -0400 Subject: [PATCH] Test with the latest pypy/pypy3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68d1d840c..d3864d308 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ matrix: - python: "3.6" name: "Lint" env: LINT="true" - - python: "pypy2.7-6.0" + - python: "pypy2.7-7.1" name: "PyPy2 Xenial" - - python: "pypy3.5-6.0" + - python: "pypy3.5-7.0" name: "PyPy3 Xenial" - python: '3.7' name: "3.7 Xenial"