Merge "Remove workaround for pypy"

This commit is contained in:
Jenkins 2015-09-23 20:50:57 +00:00 committed by Gerrit Code Review
commit 8bb7572806

View File

@ -23,11 +23,6 @@ commands = generate-constraints {posargs}
[testenv:validate]
commands = validate-constraints {toxinidir}/global-requirements.txt {toxinidir}/upper-constraints.txt {toxinidir}/blacklist.txt
# work around until pypy vs. setuptools issue in bug 1290562 is fixed
[testenv:pypy]
deps = setuptools>3.4
-r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands = flake8