mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
tox: fix "test command found but not installed in testenv" warning
Determine architecture from python instead of using sh and uname
This commit is contained in:
@@ -27,7 +27,7 @@ deps =
|
||||
skipsdist = True
|
||||
deps = auditwheel
|
||||
commands =
|
||||
sh -c 'python tests/auditwheels.py {toxworkdir}/wheelhouse $(uname -m)'
|
||||
python tests/auditwheels.py {toxworkdir}/wheelhouse
|
||||
|
||||
[testenv:lint]
|
||||
skipsdist = True
|
||||
|
||||
Reference in New Issue
Block a user