Skip to content

Commit c07d280

Browse files
authored
Update tox.ini
Remove useless `}`
1 parent 4fde1a0 commit c07d280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py27,py35}-django{111}}-{end2end,unittests},
2+
envlist = {py27,py35}-django{111}-{end2end,unittests},
33
{py35,py36,py37,py38}-django{210,220}-{end2end,unittests},py37-lint
44

55
[testenv]
@@ -38,4 +38,4 @@ ignore = E501,W503
3838
multi_line_output=3
3939
line_length=88
4040
force_grid_wrap=0
41-
include_trailing_comma=True
41+
include_trailing_comma=True

0 commit comments

Comments
 (0)