YouCompleteMe/appveyor.yml

19 lines
352 B
YAML
Raw Normal View History

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