nitmir / django-cas-server

A Django Central Authentication Service server implementing the CAS Protocol 3.0 Specification
GNU General Public License v3.0
132 stars 44 forks source link

Add Django 3.1 and Python 3.9 support #69

Closed ynerant closed 3 years ago

ynerant commented 3 years ago

Django 3.1 and Python 3.9 are released :)

nitmir commented 3 years ago

Hi Ynerant This look nice to me. However, could you also edit the .travis.yml according to your last commit for the travis CI tests to pass ?

ynerant commented 3 years ago

Travis is completely broken when I force push. I'm trying to have a pretty branch, I will try some things

ynerant commented 3 years ago

Well, I don't understand why Travis is not running the good configuration file... https://travis-ci.org/github/nitmir/django-cas-server/builds/756252920/config vs https://github.com/ynerant/django-cas-server/blob/master/.travis.yml

ynerant commented 3 years ago

I really don't understand why Travis is appearing to be broken... I mirrored the repository on a Gitlab instance, and the gitlab-ci is running fine: https://gitlab.crans.org/ynerant/django-cas-server/-/pipelines/5657 I also activated Travis on my Github fork. This time the number of jobs is coherent, but surprisingly Python 2 is not working, while it is working on Gitlab: https://travis-ci.com/github/ynerant/django-cas-server/builds/217481580

I really think that Travis is broken, but not django-cas-server.