2019-11-10 14:33:08 +01:00
|
|
|
image:
|
|
|
|
|
- Ubuntu
|
|
|
|
|
- Visual Studio 2015
|
2017-08-14 23:19:39 +01:00
|
|
|
|
2017-03-20 23:54:29 +00:00
|
|
|
build_script:
|
2020-02-03 15:31:51 +01:00
|
|
|
- cmd: "C:\\Python37\\python.exe -m pip install -r requirements-dev.txt"
|
2019-11-10 14:33:08 +01:00
|
|
|
- sh: "${HOME}/.localpython3.7.4/bin/python3 -m pip install -r requirements-dev.txt"
|
|
|
|
|
# the '-u' flag is required so the output is in the correct order.
|
2017-08-14 21:11:04 +01:00
|
|
|
# See https://github.com/joerick/cibuildwheel/pull/24 for more info.
|
2020-02-03 15:31:51 +01:00
|
|
|
- cmd: "C:\\Python37\\python.exe -u ./bin/run_tests.py"
|
2019-11-10 14:33:08 +01:00
|
|
|
- sh: "${HOME}/.localpython3.7.4/bin/python3 ./bin/run_tests.py"
|