Merge "Use upper constraints for all jobs in tox.ini"
This commit is contained in:
commit
ba6e1303cd
8
tox.ini
8
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user