From 58b45835208fe2210041d79fd8f52d14d21def0d Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 6 Dec 2018 17:20:38 +0200 Subject: [PATCH] Upgrade PyPy from 5.8.0 to 6.0 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e8bb7b5f..166266cfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,10 @@ matrix: - python: "3.6" name: "Lint" env: LINT="true" - - python: "pypy" - name: "PyPy Trusty" + - python: "pypy2.7-6.0" + name: "PyPy2 Trusty" dist: trusty - - python: "pypy3" + - python: "pypy3.5-6.0" name: "PyPy3 Trusty" dist: trusty - python: '3.7'