Files
cibuildwheel/bin/dev_run_test
T

4 lines
45 B
Bash
Raw Normal View History

#!/bin/bash
2020-05-15 12:19:38 +01:00
CIBW_PLATFORM=linux pytest "$@"