Tox: Remove previously installed package.
This commit is contained in:
parent
b70007e4a9
commit
7391a58b69
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -13,6 +13,7 @@ deps =
|
||||||
mock
|
mock
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
|
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 oidc_provider --settings=oidc_provider.tests.app.settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue