From 974fae3a2b6a414dab8eafc4aea2f968a6d5c8d7 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Tue, 20 Feb 2018 18:10:30 -0800 Subject: [PATCH] travis config: use latest pypy3 container --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5600ec0f..78c56a6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ matrix: # pypy3 testing # # core - - python: "pypy3" + - python: "pypy3.5" env: TOX_POSARGS="-e pypy3-core" cache: - pip: true