From fb3e77bb78b30b7c8d026f51725397cdb61a2c99 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 13 Feb 2017 21:35:01 +0900 Subject: [PATCH] travis: Specify the version of pypy to avoid travis's issue --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c787aa8d9..113daedc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: directories: - $HOME/.cache/pip python: - - "pypy" + - "pypy-5.4.1" - "2.7" - "3.4" - "3.5" @@ -27,7 +27,7 @@ matrix: env: DOCUTILS=0.12 - python: nightly env: DOCUTILS=0.12 - - python: pypy + - python: "pypy-5.4.1" env: DOCUTILS=0.12 addons: apt: