Skip to content

Commit

Permalink
Added isort to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
blairg23 committed Sep 18, 2019
1 parent ef6dd28 commit 5422000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/tests/test_omdb.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from unittest import mock, TestCase
from unittest import TestCase, mock

import faker

import omdb

module_under_test = "omdb"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commands = pylint -E -d not-callable,no-self-argument,no-member,no-value-for-par

[testenv:isort]
deps = isort
commands = isort --recursive src/omdb
commands = isort --recursive src/omdb src/tests

[testenv:lint]
deps =
Expand Down

0 comments on commit 5422000

Please sign in to comment.