From 44854538035c380d39e59fc97d64d31d2c8cc638 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 27 Jul 2015 15:50:49 -0300 Subject: [PATCH] No need to uninstall pyjwkest in tox file. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 2fd9f8c..e6c7989 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist= - py{2,3}-django{17,18} + py{27,34}-django{17,18} [testenv] @@ -12,6 +12,4 @@ deps = commands = 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