Skip to content

Commit

Permalink
fix: update tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 10, 2023
1 parent d6dae37 commit 236dc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ setenv =
PYTHONPATH = {toxinidir}
# Adding the option here instead of as a default in the docs Makefile because that Makefile is generated by shpinx.
SPHINXOPTS = -W
whitelist_externals =
allowlist_externals =
make
rm
deps =
Expand All @@ -68,15 +68,15 @@ commands =
make -e -C docs html

[testenv:translations]
whitelist_externals =
allowlist_externals =
make
deps =
-r{toxinidir}/requirements/dev.txt
commands =
make validate_translations

[testenv:quality]
whitelist_externals =
allowlist_externals =
make
deps =
-r{toxinidir}/requirements/quality.txt
Expand Down

0 comments on commit 236dc84

Please sign in to comment.