Merge "Removed now unnecesary workaround for PyPy"

This commit is contained in:
Jenkins 2014-06-04 15:10:56 +00:00 committed by Gerrit Code Review
commit fbe238c33d

View File

@ -12,11 +12,6 @@ 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