Skip to content

Commit

Permalink
Skip install for several envs
Browse files Browse the repository at this point in the history
  • Loading branch information
fnberta committed Oct 26, 2023
1 parent 99ad21a commit 0700754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pass_env =

[testenv:requirements]
base_python = python3.8
skip_install = true
deps =
pip-tools
commands =
Expand All @@ -34,6 +35,7 @@ commands =

[testenv:lint]
base_python = python3.8
skip_install = true
deps =
-r requirements-dev.txt
commands =
Expand All @@ -46,13 +48,15 @@ ignore = E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W

[testenv:docs]
base_python = python3.8
skip_install = true
deps =
-r requirements-dev.txt
commands =
python scripts/make_docs.py

[testenv:coverage]
base_python = python3.8
skip_install = true
deps =
-r requirements-dev.txt
commands =
Expand Down Expand Up @@ -108,6 +112,7 @@ commands =

[testenv:build]
base_python = python3.8
skip_install = true
deps =
-r requirements-dev.txt
commands =
Expand Down

0 comments on commit 0700754

Please sign in to comment.