Django Master doesn't run on Python 3.5.

This commit is contained in:
Jannis Leidel 2019-11-24 15:05:16 +01:00
parent cac4600f56
commit 2452891454
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -3,7 +3,8 @@ envlist =
# list of supported Django/Python versioons:
# https://docs.djangoproject.com/en/2.2/faq/install/#what-python-version-can-i-use-with-django
py{27,35,36,37,py3}-django111
py{35,36,37,py3}-django{21,22,master}
py35-django(21,22)
py{36,37,py3}-django{21,22,master}
py38-django22
[travis]