From dd9a2c635ff5ecefb8be1bbefcd93c20049e4896 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 13 Mar 2014 22:38:56 -0700 Subject: [PATCH] disable pypy travis builds for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af952652..941b0aed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "2.6" - "2.7" - - "pypy" +# - "pypy" # command to install dependencies install: - "pip install 'argparse>=1.2.1' --allow-all-external"