work around the pypy bug

This just restricts the setuptools to <3.2

Change-Id: Ide6ffddd129640429d6c0a8536656c7a8151e197
This commit is contained in:
Angus Salkeld
2014-03-18 08:44:59 +10:00
parent 2722f8e3da
commit e44a2ee38c

View File

@@ -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