Edit tox supporting running single test.
This commit is contained in:
parent
7391a58b69
commit
6e771ad5ee
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -15,7 +15,7 @@ deps =
|
||||||
commands =
|
commands =
|
||||||
pip uninstall --yes django-oidc-provider
|
pip uninstall --yes django-oidc-provider
|
||||||
pip install -e .
|
pip install -e .
|
||||||
coverage run --omit=.tox/*,oidc_provider/tests/* {envbindir}/django-admin.py test oidc_provider --settings=oidc_provider.tests.app.settings
|
coverage run --omit=.tox/*,oidc_provider/tests/* {envbindir}/django-admin.py test {posargs:oidc_provider} --settings=oidc_provider.tests.app.settings
|
||||||
|
|
||||||
[testenv:clean]
|
[testenv:clean]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue