From e44a2ee38cec63c010077fea1e876f5098d58a86 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Tue, 18 Mar 2014 08:44:59 +1000 Subject: [PATCH] work around the pypy bug This just restricts the setuptools to <3.2 Change-Id: Ide6ffddd129640429d6c0a8536656c7a8151e197 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 0f28543..34beeaa 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,11 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}' +[testenv:pypy] +deps = setuptools<3.2 + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + [testenv:pep8] commands = flake8