Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fuest committed Sep 10, 2024
1 parent 55f5b81 commit a1bf894
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 @@ -13,15 +13,18 @@ setenv =
extras = test
commands =
/usr/bin/env make test
allowlist_externals = /usr/bin/env

[testenv:lint]
skipsdist = true
extras = dev
commands =
/usr/bin/env make lint
allowlist_externals = /usr/bin/env

[testenv:docs]
skipsdist = true
extras = dev
commands =
/usr/bin/env make docs
allowlist_externals = /usr/bin/env

0 comments on commit a1bf894

Please sign in to comment.