Merge "Removed now unnecesary workaround for PyPy"

This commit is contained in:
Jenkins 2014-06-13 14:48:20 +00:00 committed by Gerrit Code Review
commit 4f06861b18
1 changed files with 0 additions and 5 deletions

View File

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