Removed now unnecesary workaround for PyPy

Change-Id: I4a0de9ffc6129285465ab18140495d39a5ff5a14
This commit is contained in:
Alex Gaynor
2014-05-31 21:02:01 -07:00
parent c29e863d56
commit e4c0bf98bc

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