6 lines
202 B
YAML
6 lines
202 B
YAML
build_script:
|
|
- pip install .
|
|
# the '-u' flag is required so the output is in the correct order.
|
|
# See https://github.com/joerick/cibuildwheel/pull/24 for more info.
|
|
- python -u ./run_tests.py
|