From: Mike Bayer Date: Wed, 19 Sep 2018 20:12:50 +0000 (-0400) Subject: - forgot the colon X-Git-Tag: rel_1_3_0b1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f704f47a497d2575e78ae7fe2f78216debe26743;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - forgot the colon Change-Id: I954d939ace775b5e6d94b8b1a909a9eddb7f352f --- diff --git a/tox.ini b/tox.ini index 66ff7ead93..96c74b3aab 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ 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} +install_command=python -m pip install {env:TOX_PIP_OPTS:} {opts} {packages} usedevelop= cov: True