YouCompleteMe/appveyor.yml
micbou 9d6a17b140
Add coverage support
Use codecov for coverage reports. Add badge to README.
2016-10-12 23:03:37 +02:00

21 lines
377 B
YAML

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