1 Star 0 Fork 0

shinemic / YouCompleteMe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
micbou 提交于 2018-02-11 00:27 . Test for Python 3.6 on AppVeyor
version: '{build}'
image: Visual Studio 2017
environment:
COVERAGE: true
matrix:
- arch: 32
python: 36
# We only test Python 2.7 on 64 bits.
- arch: 64
python: 27
- arch: 64
python: 36
install:
- ci\appveyor\appveyor_install.bat
build_script:
- python run_tests.py
after_build:
- codecov
# Disable automatic tests
test: off
cache:
- '%LOCALAPPDATA%\pip\cache' # Python packages from pip
1
https://gitee.com/shinemic/YouCompleteMe.git
git@gitee.com:shinemic/YouCompleteMe.git
shinemic
YouCompleteMe
YouCompleteMe
master

搜索帮助