Skip to content

Commit

Permalink
Add skip_install to testenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 12, 2021
1 parent 5137bd1 commit 6a1190b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ commands =
python setup.py clean --all

[testenv:clean]
skip_install = true
deps =
cleanpy
commands =
Expand All @@ -39,6 +40,7 @@ commands =

[testenv:fmt]
basepython = python3.8
skip_install = true
deps =
autoflake
black
Expand All @@ -50,6 +52,7 @@ commands =

[testenv:lint]
basepython = python3.8
skip_install = true
deps =
codespell
mypy>=0.761
Expand Down

0 comments on commit 6a1190b

Please sign in to comment.