Skip to content

Commit

Permalink
Fix calls to isort and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Aug 15, 2020
1 parent 20f5ceb commit ec001cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ commands =

[testenv:flake8]
basepython = python3
commands = flake8
commands = flake8 .
deps = flake8

[testenv:docs]
Expand All @@ -67,7 +67,7 @@ commands = make html
extras = docs

[testenv:isort]
commands = isort --check-only
commands = isort --check-only .
basepython = python3
deps = isort
skipsdist = true

0 comments on commit ec001cd

Please sign in to comment.