To allow a custom requirements file to be passed in,
add a generic passthrough to the tox install command.
Change-Id: Ic2e46a27914b76802dc26143e34ad507978af474
# Jenkins etc. need to call "coverage erase" externally.
cov_args=--cov=sqlalchemy --cov-report term --cov-append --cov-report xml --exclude-tag memory-intensive --exclude-tag timing-intensive -k "not aaa_profiling"
+install_command=python -m pip install {env:TOX_PIP_OPTS} {opts} {packages}
+
usedevelop=
cov: True