File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -284,11 +284,12 @@ deps =
284
284
{[base]deps}
285
285
286
286
[testenv:py35-django2.0-es2.x]
287
- basepython = python3.5
288
- setenv = VERSION_ES =>=2.0.0,<3.0.0
289
- deps =
290
- {[es2.x]deps}
291
- {[django2.0]deps}
287
+ basepython = python3.5
288
+ setenv = VERSION_ES =>=2.0.0,<3.0.0
289
+ deps =
290
+ {[es2.x]deps}
291
+ {[django2.0]deps}
292
+ {[base]deps}
292
293
293
294
[testenv:py36-django1.11-es2.x]
294
295
basepython = python3.6
@@ -299,12 +300,12 @@ deps =
299
300
{[base]deps}
300
301
301
302
[testenv:py36-django2.0-es2.x]
302
- basepython = python3.6
303
- setenv = VERSION_ES =>=2.0.0,<3.0.0
304
- deps =
305
- {[es2.x]deps}
306
- {[django2.0]deps}
307
- {[base]deps}
303
+ basepython = python3.6
304
+ setenv = VERSION_ES =>=2.0.0,<3.0.0
305
+ deps =
306
+ {[es2.x]deps}
307
+ {[django2.0]deps}
308
+ {[base]deps}
308
309
309
310
[testenv:docs]
310
311
changedir = docs
You can’t perform that action at this time.
0 commit comments