Merge "Remove now unused py27-with-upper-constraints env"

This commit is contained in:
Jenkins 2016-09-29 13:21:09 +00:00 committed by Gerrit Code Review
commit 7cb3e588fb

@ -12,10 +12,6 @@ deps = -r{toxinidir}/test-requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py27-with-upper-constraints]
deps = -r{toxinidir}/upper-constraints.txt
commands = check-conflicts {toxinidir}/upper-constraints.txt
[testenv:py27-check-uc]
deps = -r{toxinidir}/upper-constraints.txt
commands = check-conflicts {toxinidir}/upper-constraints.txt