Skip to content

Commit

Permalink
Fix tox configuration (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito authored Jul 16, 2024
1 parent acf1323 commit af7f60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ skip_missing_interpreters = true
usedevelop = true
install_command =
pip install -U {opts} {packages}
pip install .
setenv =
VIRTUAL_ENV={envdir}
LANGUAGE=en_US
Expand All @@ -20,6 +19,7 @@ setenv =
deps = -rrequirements.txt
-rrequirements-dev.txt
commands =
pip install .
pip check
python -m pytest -v

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ skip_missing_interpreters = true
skip_install = false
install_command =
pip install -U {opts} {packages}
pip install -e ./client
setenv =
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
deps =
-r ./docs/requirements-doc.txt
commands =
pip install -e ./client
sphinx-build -v -W {posargs} docs/ docs/_build/html

0 comments on commit af7f60e

Please sign in to comment.