From 3dabc3146a9ad18ec2a36eb2d65ff8cb0cff2dae Mon Sep 17 00:00:00 2001 From: Jacob Bom Date: Thu, 22 Jun 2017 19:29:34 +0200 Subject: [PATCH] Update pypy so it hopefully is found in trusty python archive See also #655 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5de7165c3..1aba1083d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ python: - "3.4" - "3.5" - "3.6" - - "pypy" - - "pypy3" + - "pypy-5.8.0" + - "pypy3.5-5.8.0" dist: trusty sudo: false