Skip to content

Commit

Permalink
tox: Fix vulture-pyqtlink environment
Browse files Browse the repository at this point in the history
  • Loading branch information
arza-zara committed Jul 5, 2023
1 parent ee2c8c6 commit 312b787
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ basepython = {env:PYTHON:python3}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-vulture.txt
setenv = PYTHONPATH={toxinidir}
setenv =
{[testenv]setenv}
{[testenv:vulture]setenv}
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{[testenv:vulture]commands}
Expand Down

0 comments on commit 312b787

Please sign in to comment.