File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ matrix:
1818 env : TOXENV=py35-dj20
1919 - python : 3.6
2020 env : TOXENV=py36-dj20
21+ - python : 3.5
22+ env : TOXENV=py35-dj21
23+ - python : 3.6
24+ env : TOXENV=py36-dj21
2125 - python : 3.5
2226 env : TOXENV=py35-djmaster
2327 - python : 3.6
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ UNRELEASED
55----------
66
77* Removed support for Django < 1.11.
8+ * Added support and testsing for Django 2.1. No actual code changes were
9+ required.
810
9111.9.1 (2017-11-15)
1012------------------
Original file line number Diff line number Diff line change 2929 'Framework :: Django' ,
3030 'Framework :: Django :: 1.11' ,
3131 'Framework :: Django :: 2.0' ,
32+ 'Framework :: Django :: 2.1' ,
3233 'Intended Audience :: Developers' ,
3334 'License :: OSI Approved :: BSD License' ,
3435 'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change 22envlist =
33 py{27,34,35,36}-dj111
44 py{34,35,36}-dj20
5+ py{35,36}-dj21
56 py{35,36}-djmaster
67 flake8,
78 isort,
@@ -11,6 +12,7 @@ envlist =
1112deps =
1213 dj111: Django>=1.11,<2.0
1314 dj20: Django>=2.0,<2.1
15+ dj21: Django>=2.1a1,<2.2
1416 djmaster: https://github.com/django/django/archive/master.tar.gz
1517 coverage
1618 django_jinja
You can’t perform that action at this time.
0 commit comments