From e4c0bf98bc9b029aefbce9662a68105e9eb79296 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 31 May 2014 21:02:01 -0700 Subject: [PATCH] Removed now unnecesary workaround for PyPy Change-Id: I4a0de9ffc6129285465ab18140495d39a5ff5a14 --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 36a8c0db..d18f1fdf 100644 --- a/tox.ini +++ b/tox.ini @@ -24,11 +24,6 @@ commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' -[testenv:pypy] -deps = setuptools<3.2 - -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt - [tox:jenkins] downloadcache = ~/cache/pip