2017-08-14 23:19:39 +01:00
|
|
|
environment:
|
|
|
|
|
matrix:
|
|
|
|
|
- PYTHON: "C:\\Python27\\python.exe"
|
|
|
|
|
- PYTHON: "C:\\Python35\\python.exe"
|
|
|
|
|
|
2017-03-20 23:54:29 +00:00
|
|
|
build_script:
|
2017-09-07 18:55:33 +01:00
|
|
|
- "%PYTHON% -m pip install -r requirements-dev.txt"
|
2017-08-14 21:11:04 +01:00
|
|
|
# the '-u' flag is required so the output is in the correct order.
|
|
|
|
|
# See https://github.com/joerick/cibuildwheel/pull/24 for more info.
|
2017-09-07 18:55:33 +01:00
|
|
|
- "%PYTHON% -u ./bin/run_tests.py"
|