From ec365ac3a7020466d2713187ec42b20575e6ef05 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 20 Feb 2017 14:54:18 -0800 Subject: Pretty sure adding PyPy test cell to pre-2.0 was unintentional. Certainly, it breaks, and I think I'd rather revert this for the time being than cherry-pick b16f91ee1d6475036235ee7224ea4be5d58a65bf for example --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53b9dcf9..ddff5e58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ python: - "3.4" - "3.5" - "3.6" - - "pypy-5.4.1" install: # Self-install for setup.py-driven deps - pip install -e . -- cgit v1.2.3