Skip to content

Commit

Permalink
Issue relekang#88 ignore F401, because we will not use the django con…
Browse files Browse the repository at this point in the history
…trib package
  • Loading branch information
ionescu77 committed Nov 26, 2019
1 parent ecd352d commit a11ca3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ deps =
basepython = python3
deps = flake8
commands = flake8
ignore = F401

[testenv:isort]
basepython = python3
Expand All @@ -35,7 +36,7 @@ commands = isort -c -rc nopassword tests
[testenv:coverage]
basepython = python3
deps = coverage
commands =
commands =
coverage combine
coverage report
coverage report
coverage xml

0 comments on commit a11ca3f

Please sign in to comment.