Skip to content

Commit

Permalink
fix tox command
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Dec 9, 2024
1 parent c3ca35f commit 4e3fea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setenv =
integration: TYPE = integration
update-requirements: TYPE = update-requirements
commands =
tox -vve {env:TYPE} -c {toxinidir}/charms/{env:CHARM}
tox -c {toxinidir}/charms/{env:CHARM} -vve {env:TYPE} {posargs}

[testenv:update-requirements]
allowlist_externals =
Expand Down

0 comments on commit 4e3fea0

Please sign in to comment.