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:
18
18
env : TOXENV=py35-dj20
19
19
- python : 3.6
20
20
env : TOXENV=py36-dj20
21
+ - python : 3.5
22
+ env : TOXENV=py35-dj21
23
+ - python : 3.6
24
+ env : TOXENV=py36-dj21
21
25
- python : 3.5
22
26
env : TOXENV=py35-djmaster
23
27
- python : 3.6
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ UNRELEASED
5
5
----------
6
6
7
7
* Removed support for Django < 1.11.
8
+ * Added support and testsing for Django 2.1. No actual code changes were
9
+ required.
8
10
9
11
1.9.1 (2017-11-15)
10
12
------------------
Original file line number Diff line number Diff line change 29
29
'Framework :: Django' ,
30
30
'Framework :: Django :: 1.11' ,
31
31
'Framework :: Django :: 2.0' ,
32
+ 'Framework :: Django :: 2.1' ,
32
33
'Intended Audience :: Developers' ,
33
34
'License :: OSI Approved :: BSD License' ,
34
35
'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change 2
2
envlist =
3
3
py{27,34,35,36}-dj111
4
4
py{34,35,36}-dj20
5
+ py{35,36}-dj21
5
6
py{35,36}-djmaster
6
7
flake8,
7
8
isort,
@@ -11,6 +12,7 @@ envlist =
11
12
deps =
12
13
dj111: Django>=1.11,<2.0
13
14
dj20: Django>=2.0,<2.1
15
+ dj21: Django>=2.1a1,<2.2
14
16
djmaster: https://github.com/django/django/archive/master.tar.gz
15
17
coverage
16
18
django_jinja
You can’t perform that action at this time.
0 commit comments