diff --git a/tox.ini b/tox.ini index 08d7a0ba..3ded1314 100644 --- a/tox.ini +++ b/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]