Auto merge of #3086 - micbou:python-3.7, r=Valloric
[READY] Test Python 3.7 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/3086) <!-- Reviewable:end -->
This commit is contained in:
commit
17beac58a3
@ -4,12 +4,12 @@ environment:
|
|||||||
COVERAGE: true
|
COVERAGE: true
|
||||||
matrix:
|
matrix:
|
||||||
- arch: 32
|
- arch: 32
|
||||||
python: 36
|
python: 37
|
||||||
# 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: 36
|
python: 37
|
||||||
install:
|
install:
|
||||||
- ci\appveyor\appveyor_install.bat
|
- ci\appveyor\appveyor_install.bat
|
||||||
build_script:
|
build_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user