No need to uninstall pyjwkest in tox file.

This commit is contained in:
juanifioren 2015-07-27 15:50:49 -03:00
parent a640b33dd6
commit 4485453803

View file

@ -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