From 3ce6031192c7be1b7986448f18a227b1f971b6a3 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Mon, 9 Oct 2017 12:01:37 +0200 Subject: [PATCH] Fixed pypy tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ee20a4f..21781412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - 2.7 - 3.5 - 3.6 -- pypy +- "pypy-5.3.1" before_install: - | if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then