Fix tox.ini indentation.
This commit is contained in:
parent
b05bd99677
commit
a036b568ca
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
@ -10,8 +10,8 @@ deps =
|
||||||
django18: django==1.8
|
django18: django==1.8
|
||||||
|
|
||||||
commands =
|
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