Skip to content

Commit 1f47404

Browse files
committed
Run find_libpython in tox
1 parent 2ab64e7 commit 1f47404

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ deps =
1212
ipython
1313
mock
1414
commands =
15+
python -m julia.find_libpython --list-all --verbose
16+
# Print libpython candidates found by `find_libpython`. It may be
17+
# useful for debugging.
18+
1519
python -m julia.with_rebuilt -- python -m pytest {posargs}
1620
# Using "python -m pytest" to exactly match the Python interpreter
1721
# used to build PyCall.jl via julia/with_rebuilt.py (when

0 commit comments

Comments
 (0)