Skip to content

Commit

Permalink
add {posargs} to tox.ini to allow to execute only a subset of tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
madprogrammer authored and auvipy committed Jan 28, 2019
1 parent e9ede40 commit cd1fb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -29,7 +29,7 @@ deps=
sitepackages = False
recreate = False
commands =
unit: py.test -xv --cov=celery --cov-report=xml --cov-report term
unit: py.test -xv --cov=celery --cov-report=xml --cov-report term {posargs}
integration: py.test -xsv t/integration
setenv =
BOTO_CONFIG = /dev/null
Expand Down

0 comments on commit cd1fb08

Please sign in to comment.