diff --git a/tox.ini b/tox.ini index e8a776aa..90a3ff1c 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,11 @@ commands = [tox:jenkins] downloadcache = ~/cache/pip +[testenv:pypy] +deps = setuptools<3.2 + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + [testenv:pep8] commands = flake8