No need to uninstall pyjwkest in travis file.
This commit is contained in:
parent
401a35f68f
commit
32d7717877
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,5 @@ env:
|
|||
install:
|
||||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
- pip install -e .
|
||||
- pip uninstall --yes pyjwkest
|
||||
- pip install https://github.com/juanifioren/pyjwkest/archive/patch-1.zip
|
||||
script:
|
||||
- PYTHONPATH=$PYTHONPATH:$PWD django-admin.py test oidc_provider --settings=oidc_provider.tests.app.settings
|
||||
|
|
Loading…
Reference in a new issue