Skip to content

Commit

Permalink
Fix isort_format tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jul 15, 2020
1 parent 261c342 commit ee6ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ skip_install = true

[testenv:isort_format]
commands =
{envpython} -m isort -rc -y
{envpython} -m isort djangocms_blog tests
deps = {[testenv:isort]deps}
skip_install = true

Expand Down

0 comments on commit ee6ce05

Please sign in to comment.