2015-04-28 07:52:52 -04:00
|
|
|
version: '{build}'
|
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- arch: 32
|
2016-02-28 23:31:58 -05:00
|
|
|
python: 35
|
|
|
|
# We only test Python 2.7 on 64 bits.
|
2015-04-28 07:52:52 -04:00
|
|
|
- arch: 64
|
2016-02-28 23:31:58 -05:00
|
|
|
python: 27
|
|
|
|
- arch: 64
|
|
|
|
python: 35
|
2015-04-28 07:52:52 -04:00
|
|
|
install:
|
2016-02-28 23:31:58 -05:00
|
|
|
- ci\appveyor\appveyor_install.bat
|
2015-04-28 07:52:52 -04:00
|
|
|
build_script:
|
2015-11-08 05:51:03 -05:00
|
|
|
- python run_tests.py
|
2015-04-28 07:52:52 -04:00
|
|
|
# Disable automatic tests
|
|
|
|
test: off
|
2016-02-28 23:31:58 -05:00
|
|
|
cache:
|
|
|
|
- '%LOCALAPPDATA%\pip\cache' # Python packages from pip
|