Commit graph

24 commits

Author SHA1 Message Date
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 5b23a08f82 Fix travis. 2018-07-12 15:28:14 -03:00
Juan Ignacio Fiorentino cfcd504477 Add python versions travis. 2018-07-12 15:05:43 -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 2fa970fc5a Remove Django 1.7 for travis. 2018-04-20 12:34:14 -03:00
Allisson Azevedo 795ac32257 Update project to support Django 2.0 2018-02-01 14:00:57 -03:00
Wojciech Bartosiak 2e36d2a161 added python 3.6 and django 1.11 2017-05-08 16:25:44 +02:00
Ignacio Fiorentino 60cbd2680a Fix travis config. 2016-08-11 15:09:41 -03:00
Graham Ullrich 632eb00e71 Fix Travis config 2016-08-11 11:52:44 -06: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
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
juanifioren f50b9f3917 Add Django 1.9 to travis. 2016-01-06 14:30:36 -03:00
juanifioren c6d7422a9e Edit travis file. 2015-07-27 16:12:04 -03:00
juanifioren 32d7717877 No need to uninstall pyjwkest in travis file. 2015-07-27 15:51:59 -03:00
juanifioren 5d329eac35 Update travis file. 2015-07-27 13:07:27 -03:00
juanifioren 3f7b184306 Edit travis with correct settings path. 2015-07-14 13:27:20 -03:00
Juan Ignacio Fiorentino a971c6b8f9 Fix travis.yml. 2015-07-13 21:37:43 -03:00
juanifioren e1b8e3c9ad Add python 3.4 in travis file. 2015-07-02 11:46:48 -03:00
niccolasmendoza@gmail.com de54a7d6d5 no compatibility with python 3.2 2015-06-08 14:53:17 -03:00
niccolasmendoza@gmail.com 59339ba59d updating travis config.. 2015-06-08 14:50:17 -03:00
niccolasmendoza@gmail.com a71fc88a61 updating travis config.. 2015-06-08 14:46:22 -03:00
niccolasmendoza@gmail.com 30d8ce79d5 .. 2015-06-08 14:37:31 -03:00
niccolasmendoza@gmail.com fdc7830e69 integratin CI with travis 2015-06-08 14:26:00 -03:00