Use upper constraints for all jobs in tox.ini

Openstack infra now supports upper constraints for
all jobs. Updated tox.ini to use upper constraints
for all jobs.

Change-Id: I2c47f1a19c61a2b2034cf38100b87ddc62a93cfe
Closes-Bug: #1614117
This commit is contained in:
yatin karel 2016-08-17 20:04:20 +05:30
parent 4761fdf94a
commit 5b0f60a5f6
1 changed files with 0 additions and 8 deletions

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]