From 9ab8ee2fccd9bbbcf5f72d328838e9a08ebb3cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Thu, 11 Feb 2016 02:02:24 -0200 Subject: [PATCH] tox.ini: Remove pypy from list of interpreters. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don't have pypy right now installed on my computer. I plan to add it back when Python 3 is supported. Signed-off-by: Rogério Brito --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5e62556..ad08cb5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,pypy +envlist = py27,py34 [testenv] downloadcache = .tox/_download/