Juan Ignacio Fiorentino
6997e19687
Merge pull request #260 from dcollinsn/django-2.1
...
Django 2.1
2018-09-14 16:34:15 -03:00
Dan Collins
85ca083532
Remove Python 3.4, since it is intermittently failing in travis
2018-08-01 14:13:11 -04:00
Dan Collins
972071e370
Add support for Django 2.1, drop support for Django < 1.11
...
Django 1.11 deprecated the django.contrib.auth.views.logout
function-based view, which django-oidc-provider relied on. This
patchset instead subclasses the new LogoutView.
LogoutView was introduced in Django 1.11. logout() was deprecated in
1.11 and removed in 2.1. Accordingly, this patch adds Django 2.1 to
CI and removes 1.8, 1.9, and 1.10.
Resolves #258
2018-08-01 14:13:11 -04:00
Juan Ignacio Fiorentino
1c31acd525
Pin pytest version.
2018-07-31 14:56:41 -03:00
Juan Ignacio Fiorentino
2e83393b65
Make tests run all once (now with docs).
2018-07-12 14:45:54 -03:00
Juan Ignacio Fiorentino
eca5b06760
Test docs with tox.
2018-04-20 18:23:41 -03:00
Juan Ignacio Fiorentino
78fbd53452
Drop support for Django 1.7.
2018-04-20 12:29:48 -03:00
Juan Ignacio Fiorentino
7ec3a763d6
PEP8 models.
2018-03-22 17:36:20 -03:00
Juan Ignacio Fiorentino
5b57605daa
Fix tox for checking PEP8 all files.
2018-03-22 16:48:54 -03:00
Juan Ignacio Fiorentino
e66b374803
Merge branch 'v0.5.x' of https://github.com/juanifioren/django-oidc-provider into develop
2018-03-22 12:28:02 -03:00
Juan Ignacio Fiorentino
d519e49acb
Simplify test suit.
2018-03-22 11:45:56 -03:00
Allisson Azevedo
795ac32257
Update project to support Django 2.0
2018-02-01 14:00:57 -03:00
Philippe Savoie
5dcd6a10b0
Add pep8 compliance and checker
2017-08-22 11:53:52 -07:00
Wojciech Bartosiak
baad8246c7
added TOX for Django 1.11 and PYthon 3.6
2017-05-05 05:43:39 +02:00
Graham Ullrich
b8d1d63c28
Improve tox.ini envlist layout, simplified commands.
...
Remove tests/app/settings.py in favor of settings in setup.py.
Change MANIFEST.in to include README.md (which exists) instead of README.rst (which does not exist).
Update .travis.yml to use tox instead of `python django_admin.py`, include Django v1.10 in the mix.
2016-08-11 11:13:23 -06:00
Graham Ullrich
3ef8f42cd7
Test against Django v1.10
...
Add Django 1.10 to test matrix.
2016-08-04 00:30:22 -06:00
Juan Ignacio Fiorentino
6a15ed66f8
Merge pull request #104 from matterport/dj19-tox
...
Fix django dep range for 1.9 compat testing
2016-08-02 12:12:37 -03:00
Jeremy Dunck
ed19486918
Fix django dep range for 1.9 compat testing
2016-08-01 19:19:48 -07:00
Ignacio Fiorentino
6e771ad5ee
Edit tox supporting running single test.
2016-07-28 17:17:23 -03:00
Ignacio Fiorentino
7391a58b69
Tox: Remove previously installed package.
2016-07-28 16:35:12 -03:00
John Kristensen
31632442bd
Add py35 environment to tox/travisci
...
Django v1.7 is not compatible with Python v3.5 so it is not tested.
2016-04-13 18:23:08 +10:00
Wojciech Bartosiak
7a357001b6
Added OIDC_ID_TOKEN_PROCESSING_HOOK functionality
2016-02-12 16:02:35 +00:00
juanifioren
7b3582989a
Add tests for Django 1.9.
2016-01-06 14:28:26 -03:00
Maarten van Schaik
8d672cc1ba
Add support for refresh_token to token endpoint
2015-09-30 14:55:48 +02:00
juanifioren
fea7c49d0a
Add coverage to tox.ini.
2015-08-03 15:08:29 -03:00
juanifioren
580c096887
Edit tox file.
2015-07-28 15:15:34 -03:00
juanifioren
4485453803
No need to uninstall pyjwkest in tox file.
2015-07-27 15:50:49 -03:00
juanifioren
a036b568ca
Fix tox.ini indentation.
2015-07-27 13:03:13 -03:00
Juan Ignacio Fiorentino
7dc5da713b
Update tox.
2015-07-27 12:44:39 -03:00
Ignacio
a2ca6f3437
Add tox for local testing.
2015-07-27 11:34:02 -03:00
Ignacio
2065c06dab
Add tox file.
2015-07-24 15:55:09 -03:00