Update tox.
This commit is contained in:
parent
064b36d615
commit
7dc5da713b
1 changed files with 2 additions and 2 deletions
2
tox.ini
2
tox.ini
|
@ -13,5 +13,5 @@ commands =
|
||||||
pip uninstall --yes django-oidc-provider
|
pip uninstall --yes django-oidc-provider
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip uninstall --yes pyjwkest
|
pip uninstall --yes pyjwkest
|
||||||
pip install https://github.com/juanifioren/pyjwkest/archive/patch-1.zip
|
pip install https://github.com/juanifioren/pyjwkest/archive/patch-1.zip
|
||||||
{envbindir}/django-admin.py test oidc_provider --settings=oidc_provider.tests.app.settings
|
{envbindir}/django-admin.py test oidc_provider --settings=oidc_provider.tests.app.settings
|
Loading…
Reference in a new issue