From fc0a231d17767c96806b1564c3271c35b9514668 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 15 Mar 2015 13:41:25 -0400 Subject: Removed PyPy from travis, since that's orthagonal to this PR --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80ecb21d..9a55dbb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ python: - "3.2" - "3.3" - "3.4" - - "pypy" install: # Self-install for setup.py-driven deps - pip install -e . -- cgit v1.2.3