6 lines
228 B
YAML
6 lines
228 B
YAML
build_script:
|
|
- pip install -r requirements-dev.txt
|
|
# 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 ./bin/run_tests.py
|