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:
commit
c2a7b3cffc
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user