2015-04-28 13:52:52 +02:00
|
|
|
version: '{build}'
|
2017-03-12 11:40:54 +01:00
|
|
|
image: Visual Studio 2017
|
2015-04-28 13:52:52 +02:00
|
|
|
environment:
|
2016-10-27 22:46:56 +02:00
|
|
|
COVERAGE: true
|
2015-04-28 13:52:52 +02:00
|
|
|
matrix:
|
|
|
|
- arch: 32
|
2018-07-23 21:29:48 +02:00
|
|
|
python: 37
|
2016-02-29 05:31:58 +01:00
|
|
|
# We only test Python 2.7 on 64 bits.
|
2015-04-28 13:52:52 +02:00
|
|
|
- arch: 64
|
2016-02-29 05:31:58 +01:00
|
|
|
python: 27
|
|
|
|
- arch: 64
|
2018-07-23 21:29:48 +02:00
|
|
|
python: 37
|
2015-04-28 13:52:52 +02:00
|
|
|
install:
|
2016-02-29 05:31:58 +01:00
|
|
|
- ci\appveyor\appveyor_install.bat
|
2015-04-28 13:52:52 +02:00
|
|
|
build_script:
|
2015-11-08 11:51:03 +01:00
|
|
|
- python run_tests.py
|
2016-10-12 03:18:08 +02:00
|
|
|
after_build:
|
|
|
|
- codecov
|
2015-04-28 13:52:52 +02:00
|
|
|
# Disable automatic tests
|
|
|
|
test: off
|
2016-02-29 05:31:58 +01:00
|
|
|
cache:
|
|
|
|
- '%LOCALAPPDATA%\pip\cache' # Python packages from pip
|