Skip to content

Commit

Permalink
Add skip_install config to toxenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Dec 13, 2020
1 parent 6fb7dec commit 66acf38
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 @@ -26,6 +26,7 @@ commands =
python setup.py clean --all

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

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

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

0 comments on commit 66acf38

Please sign in to comment.