Skip to content

Commit

Permalink
Allow pip opts to be specified in environment
Browse files Browse the repository at this point in the history
To allow a custom requirements file to be passed in,
add a generic passthrough to the tox install command.

Change-Id: Ic2e46a27914b76802dc26143e34ad507978af474
  • Loading branch information
zzzeek committed Sep 19, 2018
1 parent 8e3d7b0 commit 2280000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ envlist = py{27,34,35,36,37}-{cext,nocext}
# 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

Expand Down

0 comments on commit 2280000

Please sign in to comment.