File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11
11
- DJANGO_VERSION=1.9.x
12
12
- DJANGO_VERSION=1.10.x
13
13
- DJANGO_VERSION=1.11.x
14
+ - DJANGO_VERSION=2.2.x
14
15
install :
15
16
- pip install tox
16
17
script :
@@ -21,3 +22,6 @@ matrix:
21
22
env : DJANGO_VERSION=master
22
23
- python : " pypy"
23
24
env : DJANGO_VERSION=master
25
+ include :
26
+ - python : " 3.5"
27
+ env : DJANGO_VERSION=2.2.x
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def read(*parts):
35
35
36
36
37
37
install_requires = [
38
- 'django>=1.8,<2.0 ' ,
38
+ 'django>=1.8,<=2.2 ' ,
39
39
'babel>=1.3' ,
40
40
'django-babel>=0.5.1' ,
41
41
'markey>=0.8,<0.9' ,
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ deps110 =
14
14
https://github.com/django/django/archive/stable/1.10.x.tar.gz# egg=django
15
15
deps111 =
16
16
https://github.com/django/django/archive/stable/1.11.x.tar.gz# egg=django
17
+ deps22 =
18
+ https://github.com/django/django/archive/stable/2.2.x.tar.gz# egg=django
17
19
master =
18
20
https://github.com/django/django/archive/master.tar.gz# egg=django
19
21
@@ -69,6 +71,10 @@ deps = {[testenv]deps110}
69
71
basepython = python3.5
70
72
deps = {[testenv]deps111}
71
73
74
+ [testenv:3.5-2.2.x]
75
+ basepython = python3.5
76
+ deps = {[testenv]deps22}
77
+
72
78
[testenv:3.5-master]
73
79
basepython = python3.5
74
80
deps = {[testenv]master}
@@ -89,6 +95,10 @@ deps = {[testenv]deps110}
89
95
basepython = pypy
90
96
deps = {[testenv]deps111}
91
97
98
+ [testenv:pypy-2.2.x]
99
+ basepython = pypy
100
+ deps = {[testenv]deps22}
101
+
92
102
[docs]
93
103
commands =
94
104
pip install -e {toxinidir}
You can’t perform that action at this time.
0 commit comments