Is there any plan to run travis on newer versions of Python and Django?
python:
- "2.7"
- "3.4"
env:
- DJANGO_VERSION=1.7.8
- DJANGO_VERSION=1.8.1
Code is not Python 3.7 compatible at least because it is calling unicode which is not available.
I volunteer to add this support in a pull request if you are interested.
Is there any plan to run travis on newer versions of Python and Django?
Code is not Python 3.7 compatible at least because it is calling
unicodewhich is not available.I volunteer to add this support in a pull request if you are interested.