Auto merge of #2908 - micbou:appveyor-python-36, r=puremourning

[READY] Test for Python 3.6 on AppVeyor

We should always test for the latest version of Python on AppVeyor.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2908)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2018-02-10 22:48:43 -08:00 committed by GitHub
commit c2a7b3cffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@ environment:
COVERAGE: true COVERAGE: true
matrix: matrix:
- arch: 32 - arch: 32
python: 35 python: 36
# We only test Python 2.7 on 64 bits. # We only test Python 2.7 on 64 bits.
- arch: 64 - arch: 64
python: 27 python: 27
- arch: 64 - arch: 64
python: 35 python: 36
install: install:
- ci\appveyor\appveyor_install.bat - ci\appveyor\appveyor_install.bat
build_script: build_script: