Skip to content

Commit

Permalink
- forgot the colon
Browse files Browse the repository at this point in the history
Change-Id: I954d939ace775b5e6d94b8b1a909a9eddb7f352f
  • Loading branch information
zzzeek committed Sep 19, 2018
1 parent 2280000 commit f704f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f704f47

Please sign in to comment.