@@ -9,6 +9,8 @@ commands =
9
9
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
10
10
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
11
11
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
12
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
13
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
12
14
install_command =
13
15
pip install {opts} {packages}
14
16
@@ -19,18 +21,23 @@ commands =
19
21
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
20
22
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
21
23
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
24
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
25
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
22
26
patch -p2 -N -d {toxinidir}/.tox/py26-dj16/lib/python2.6/site-packages/django/ -i {toxinidir}/patches/patch.6691ab
23
27
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche
24
28
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche_no_debug
25
29
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche
26
30
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche_no_debug
31
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche
32
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche_no_debug
27
33
patch -p2 -R -N -d {toxinidir}/.tox/py26-dj16/lib/python2.6/site-packages/django/ -i {toxinidir}/patches/patch.6691ab
28
34
deps =
29
35
django ==1.6
30
36
pillow ==1.7.8
31
37
PyYAML ==3.10
32
38
coveralls ==0.3
33
39
psycopg2 ==2.5.1
40
+ MySQL-python ==1.2.4
34
41
35
42
[testenv:py26-dj15]
36
43
basepython = python2.6
@@ -39,18 +46,23 @@ commands =
39
46
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
40
47
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
41
48
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
49
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
50
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
42
51
patch -p2 -N -d {toxinidir}/.tox/py26-dj15/lib/python2.6/site-packages/django/ -i {toxinidir}/patches/patch.2847ae
43
52
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche
44
53
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche_no_debug
45
54
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche
46
55
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche_no_debug
56
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche
57
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche_no_debug
47
58
patch -p2 -R -N -d {toxinidir}/.tox/py26-dj15/lib/python2.6/site-packages/django/ -i {toxinidir}/patches/patch.2847ae
48
59
deps =
49
60
django ==1.5.5
50
61
pillow ==1.7.8
51
62
PyYAML ==3.10
52
63
coveralls ==0.3
53
64
psycopg2 ==2.5.1
65
+ MySQL-python ==1.2.4
54
66
55
67
[testenv:py26-dj14]
56
68
basepython = python2.6
@@ -59,18 +71,23 @@ commands =
59
71
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
60
72
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
61
73
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
74
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
75
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
62
76
patch -p1 -N -d {toxinidir}/.tox/py26-dj14/lib/python2.6/site-packages/django/ -i {toxinidir}/patches/patch.r17282
63
77
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche
64
78
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche_no_debug
65
79
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche
66
80
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche_no_debug
81
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche
82
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche_no_debug
67
83
patch -p1 -R -N -d {toxinidir}/.tox/py26-dj14/lib/python2.6/site-packages/django/ -i {toxinidir}/patches/patch.r17282
68
84
deps =
69
85
django ==1.4.10
70
86
pillow ==1.7.8
71
87
PyYAML ==3.10
72
88
coveralls ==0.3
73
89
psycopg2 ==2.5.1
90
+ MySQL-python ==1.2.4
74
91
75
92
[testenv:py26-dj13]
76
93
basepython = python2.6
80
97
PyYAML ==3.10
81
98
coveralls ==0.3
82
99
psycopg2 ==2.4.1
100
+ MySQL-python ==1.2.4
83
101
84
102
[testenv:py26-dj12]
85
103
basepython = python2.6
@@ -89,6 +107,7 @@ deps =
89
107
PyYAML ==3.10
90
108
coveralls ==0.3
91
109
psycopg2 ==2.4.1
110
+ MySQL-python ==1.2.4
92
111
93
112
[testenv:py26-dj11]
94
113
basepython = python2.6
@@ -98,6 +117,7 @@ deps =
98
117
PyYAML ==3.10
99
118
coveralls ==0.3
100
119
psycopg2 ==2.4.1
120
+ MySQL-python ==1.2.4
101
121
102
122
[testenv:py27-dj16]
103
123
basepython = python2.7
@@ -106,18 +126,23 @@ commands =
106
126
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
107
127
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
108
128
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
129
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
130
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
109
131
patch -p2 -N -d {toxinidir}/.tox/py27-dj16/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch.6691ab
110
132
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche
111
133
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche_no_debug
112
134
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche
113
135
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche_no_debug
136
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche
137
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche_no_debug
114
138
patch -p2 -R -N -d {toxinidir}/.tox/py27-dj16/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch.6691ab
115
139
deps =
116
140
django ==1.6
117
141
pillow ==1.7.8
118
142
PyYAML ==3.10
119
143
coveralls ==0.3
120
144
psycopg2 ==2.5.1
145
+ MySQL-python ==1.2.4
121
146
122
147
[testenv:py27-dj15]
123
148
basepython = python2.7
@@ -126,18 +151,23 @@ commands =
126
151
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
127
152
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
128
153
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
154
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
155
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
129
156
patch -p2 -N -d {toxinidir}/.tox/py27-dj15/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch.2847ae
130
157
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche
131
158
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche_no_debug
132
159
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche
133
160
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche_no_debug
161
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche
162
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche_no_debug
134
163
patch -p2 -R -N -d {toxinidir}/.tox/py27-dj15/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch.2847ae
135
164
deps =
136
165
django ==1.5.5
137
166
pillow ==1.7.8
138
167
PyYAML ==3.10
139
168
coveralls ==0.3
140
169
psycopg2 ==2.5.1
170
+ MySQL-python ==1.2.4
141
171
142
172
[testenv:py27-dj14]
143
173
basepython = python2.7
@@ -146,18 +176,23 @@ commands =
146
176
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
147
177
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
148
178
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
179
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
180
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
149
181
patch -p1 -N -d {toxinidir}/.tox/py27-dj14/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch.r17282
150
182
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche
151
183
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche_no_debug
152
184
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche
153
185
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche_no_debug
186
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche
187
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche_no_debug
154
188
patch -p1 -R -N -d {toxinidir}/.tox/py27-dj14/lib/python2.7/site-packages/django/ -i {toxinidir}/patches/patch.r17282
155
189
deps =
156
190
django ==1.4.10
157
191
pillow ==1.7.8
158
192
PyYAML ==3.10
159
193
coveralls ==0.3
160
194
psycopg2 ==2.5.1
195
+ MySQL-python ==1.2.4
161
196
162
197
[testenv:py27-dj13]
163
198
basepython = python2.7
@@ -167,6 +202,7 @@ deps =
167
202
PyYAML ==3.10
168
203
coveralls ==0.3
169
204
psycopg2 ==2.4.1
205
+ MySQL-python ==1.2.4
170
206
171
207
[testenv:py27-dj12]
172
208
basepython = python2.7
@@ -176,6 +212,7 @@ deps =
176
212
PyYAML ==3.10
177
213
coveralls ==0.3
178
214
psycopg2 ==2.4.1
215
+ MySQL-python ==1.2.4
179
216
180
217
[testenv:py27-dj11]
181
218
basepython = python2.7
@@ -185,6 +222,7 @@ deps =
185
222
PyYAML ==3.10
186
223
coveralls ==0.3
187
224
psycopg2 ==2.4.1
225
+ MySQL-python ==1.2.4
188
226
189
227
[testenv:py33-dj16]
190
228
basepython = python3.3
@@ -193,18 +231,23 @@ commands =
193
231
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
194
232
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
195
233
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
234
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
235
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
196
236
patch -p2 -N -d {toxinidir}/.tox/py33-dj16/lib/python3.3/site-packages/django/ -i {toxinidir}/patches/patch.6691ab
197
237
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche
198
238
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche_no_debug
199
239
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche
200
240
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche_no_debug
241
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche
242
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche_no_debug
201
243
patch -p2 -R -N -d {toxinidir}/.tox/py33-dj16/lib/python3.3/site-packages/django/ -i {toxinidir}/patches/patch.6691ab
202
244
deps =
203
245
django ==1.6
204
246
pillow ==2.1.0
205
247
PyYAML ==3.10
206
248
coveralls ==0.3
207
249
psycopg2 ==2.5.1
250
+ MySQL-python ==1.2.4
208
251
209
252
210
253
[testenv:py33-dj15]
@@ -214,15 +257,20 @@ commands =
214
257
python {envbindir}/coverage run -p example/run_tests.py example.settings.no_debug
215
258
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres
216
259
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_no_debug
260
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql
261
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_no_debug
217
262
patch -p2 -N -d {toxinidir}/.tox/py33-dj15/lib/python3.3/site-packages/django/ -i {toxinidir}/patches/patch.2847ae
218
263
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche
219
264
python {envbindir}/coverage run -p example/run_tests.py example.settings.patche_no_debug
220
265
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche
221
266
python {envbindir}/coverage run -p example/run_tests.py example.settings.postgres_patche_no_debug
267
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche
268
+ python {envbindir}/coverage run -p example/run_tests.py example.settings.mysql_patche_no_debug
222
269
patch -p2 -R -N -d {toxinidir}/.tox/py33-dj15/lib/python3.3/site-packages/django/ -i {toxinidir}/patches/patch.2847ae
223
270
deps =
224
271
django ==1.5.5
225
272
pillow ==2.1.0
226
273
PyYAML ==3.10
227
274
coveralls ==0.3
228
275
psycopg2 ==2.5.1
276
+ MySQL-python ==1.2.4
0 commit comments