From 0d08157e5d84aef7ffe8771f4096c5d83c957422 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 15 Dec 2013 16:19:12 -1000 Subject: [PATCH] Removing Pypy tests until travis installs version 2.2.1 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9acbdff..3c48f80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ env: python: - 2.6 - 2.7 - - pypy install: - pip install PyYAML pytest --use-mirrors - if [ $WITH_REQUESTS = "1.x" ] ; then pip install requests==1.2.3; fi