aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 23:03:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 23:03:21 -0400
commit6ef8ff56dfdba9a51ce55b9a6cd8ff922d786ac1 (patch)
tree065691e4fe78d19d1b3e83fb6d6491c9a0f50b75 /tox.ini
parent15d10c3655c441beb50fef522b4959fbab4fc3d5 (diff)
downloadexternal_python_setuptools-6ef8ff56dfdba9a51ce55b9a6cd8ff922d786ac1.tar.gz
external_python_setuptools-6ef8ff56dfdba9a51ce55b9a6cd8ff922d786ac1.tar.bz2
external_python_setuptools-6ef8ff56dfdba9a51ce55b9a6cd8ff922d786ac1.zip
Allow passing posargs
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6305ed2e..7e2c8049 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,4 +6,4 @@ deps=
backports.unittest_mock>=1.2
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
-commands=python -m pytest -rsx
+commands=python -m pytest {posargs:-rsx}