Merge "Use upper constraints for all jobs in tox.ini"

This commit is contained in:
Jenkins 2016-08-23 14:22:48 +00:00 committed by Gerrit Code Review
commit ba6e1303cd

View File

@ -43,17 +43,9 @@ commands =
bandit -r magnumclient -x tests -n5 -ll
[testenv:venv]
# NOTE(NiallBunting) Infra does not support constraints for the cover
# job. While the file is set no file is there. Can be removed once infra
# changes this.
install_command = pip install -U {opts} {packages}
commands = {posargs}
[testenv:cover]
# NOTE(NiallBunting) Infra does not support constraints for the cover
# job. While the file is set no file is there. Can be removed once infra
# changes this.
install_command = pip install -U {opts} {packages}
commands = ./coverage.sh {posargs}
[flake8]