From a036b568ca32515a4bbe259f32c05d06516c44ed Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 27 Jul 2015 13:03:13 -0300 Subject: [PATCH] Fix tox.ini indentation. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index e76c686..2fd9f8c 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ deps = django18: django==1.8 commands = - pip uninstall --yes django-oidc-provider - pip install -e . - pip uninstall --yes pyjwkest + pip uninstall --yes django-oidc-provider + pip install -e . + pip uninstall --yes pyjwkest pip install https://github.com/juanifioren/pyjwkest/archive/patch-1.zip {envbindir}/django-admin.py test oidc_provider --settings=oidc_provider.tests.app.settings