Skip to content

Commit

Permalink
Auto merge of #1069 - micbou:python-3.7, r=Valloric
Browse files Browse the repository at this point in the history
[READY] Test Python 3.7 on AppVeyor

[Python 3.7 is available on AppVeyor](appveyor/ci#2475).

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/1069)
<!-- Reviewable:end -->
  • Loading branch information
zzbot authored Jul 23, 2018
2 parents c5ba63a + 4da3aa0 commit b350236
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
arch: 64
python: 36
python: 37
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
arch: 32
python: 36
python: 37
# We only test Python 2.7 with MSVC 15 on 64-bit.
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
arch: 64
python: 27
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
arch: 64
python: 36
python: 37
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
arch: 64
python: 36
python: 37
YCM_BENCHMARK: true
COVERAGE: false
install:
Expand Down

0 comments on commit b350236

Please sign in to comment.