From 3efe7bc56b3ecc4bb82a0eea9b1aa56f8d97ad48 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 30 Apr 2019 13:34:48 +0300 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 d3864d308..38ef0eb2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ matrix: - python: "3.6" name: "Lint" env: LINT="true" - - python: "pypy2.7-7.1" + - python: "pypy" name: "PyPy2 Xenial" - - python: "pypy3.5-7.0" + - python: "pypy3" name: "PyPy3 Xenial" - python: '3.7' name: "3.7 Xenial"