diff options
author | Denis Laxalde <denis.laxalde@logilab.fr> | 2016-01-19 14:48:15 +0100 |
---|---|---|
committer | Denis Laxalde <denis.laxalde@logilab.fr> | 2016-01-19 14:48:15 +0100 |
commit | e80d8ec5a0f6865912a442a75bae2cc587cfd064 (patch) | |
tree | 7a6f4cdf2e942dc0a15309cc2445bd2ee13339f2 | |
parent | 19cfb973590e18313d93a9c891276b453bbfeaeb (diff) | |
download | logilab-common-e80d8ec5a0f6865912a442a75bae2cc587cfd064.tar.gz |
[tox] Pass command line arguments to underlying command
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ envlist=py27,py34 deps = pytz py27: egenix-mx-base -commands=pytest -t test +commands=pytest -t test {posargs} |