Skip to content

Commit

Permalink
ci: run poetry install before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Feb 17, 2022
1 parent 2092961 commit e0207ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ deps =
skip_install = true

[testenv:lint]
whitelist_externals = poetry
commands =
poetry install -v
pre-commit run -a
deps =
mypy
pre-commit
pylint


[testenv:release]
passenv = HOME
Expand Down

0 comments on commit e0207ad

Please sign in to comment.