diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 23:03:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 23:03:21 -0400 |
| commit | 6ef8ff56dfdba9a51ce55b9a6cd8ff922d786ac1 (patch) | |
| tree | 065691e4fe78d19d1b3e83fb6d6491c9a0f50b75 /tox.ini | |
| parent | 15d10c3655c441beb50fef522b4959fbab4fc3d5 (diff) | |
| download | external_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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
