Skip to content

Commit

Permalink
print python path
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo committed Nov 19, 2024
1 parent 26212ff commit d3cd671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ description =
commands =
# fail-fast if psycopg in not properly installed.
python3 -c "import psycopg"
which python
which python3
sh -c "ansible-test units --color --requirements --target-python default -v --num-workers 1 --coverage --truncate 0 {posargs}"
ansible-test coverage report --requirements --omit '.tox/*,tests/*' --color --all --show-missing -v --truncate 0
ansible-test coverage combine --export={envdir}
Expand Down

0 comments on commit d3cd671

Please sign in to comment.