From a2ca6f3437379f508a6a5f4e5f8f7fa22a1ef487 Mon Sep 17 00:00:00 2001 From: Ignacio Date: Mon, 27 Jul 2015 11:34:02 -0300 Subject: [PATCH] Add tox for local testing. --- tox.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a6388de..f714b2a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist= - py{27}-django{17,18} + py{2,3}-django{17,18} [testenv] @@ -10,5 +10,8 @@ deps = django18: django==1.8 commands = - pip install --force-reinstall -e . + 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 \ No newline at end of file