From dcb510e62cf4f3fa636a7d4ba18903248008032f Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Sun, 18 Feb 2018 17:41:45 +0200 Subject: [PATCH] travis.yml: Removed pypy3.5 Travis keeps failing on weird INTERNAL ERROR messages and it just fails the build. I don't see any other choice but to disable pypy3.5 tests. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f4c7de8e..40f57065a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - "3.5" - "3.6" - "pypy-5.7.1" - - "pypy3.5-5.10.0" dist: trusty sudo: false