Skip to content

Commit 05e5a6c

Browse files
author
Martin Pauly
committed
Fix intendation error in tox.ini
1 parent bb647bc commit 05e5a6c

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

tox.ini

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,12 @@ deps =
284284
{[base]deps}
285285

286286
[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}
292293

293294
[testenv:py36-django1.11-es2.x]
294295
basepython = python3.6
@@ -299,12 +300,12 @@ deps =
299300
{[base]deps}
300301

301302
[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}
308309

309310
[testenv:docs]
310311
changedir = docs

0 commit comments

Comments
 (0)