Add Python 3 CI runners
This commit is contained in:
+7
-2
@@ -1,5 +1,10 @@
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python27\\python.exe"
|
||||
- PYTHON: "C:\\Python35\\python.exe"
|
||||
|
||||
build_script:
|
||||
- pip install .
|
||||
- "%PYTHON% -m 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
|
||||
- "%PYTHON% -u ./run_tests.py'
|
||||
|
||||
Reference in New Issue
Block a user