aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/YouCompleteMe/appveyor.yml
blob: 6ea7062787a018d6efcef6da1be5d29ae443f462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
# Disable automatic tests
test: off
cache:
  - '%LOCALAPPDATA%\pip\cache'  # Python packages from pip