Remove duplicate install_command in tox.ini

Remove duplicate install_command, it's the same as the default one.
Infra does now support constraints, so remove outdated comment as well.

Change-Id: Ifdd5a9c01d7f0c1c344f533e8f94069647d431a0
This commit is contained in:
Andreas Jaeger 2016-08-30 10:50:13 +02:00
parent 23d3ec989b
commit 893630b6fd
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ commands =
commands = flake8
[testenv:venv]
# TODO: remove once infra supports constraints for this target
install_command = pip install -U {opts} {packages}
commands = {posargs}
[flake8]