edf7e600c8
Release notes: - update racerd; - update Tern to 0.21.0; - fix finding node on Debian-based distributions; - add Visual Studio 2017 support; - drop Visual Studio 2012 support.
23 lines
420 B
YAML
23 lines
420 B
YAML
version: '{build}'
|
|
image: Visual Studio 2017
|
|
environment:
|
|
COVERAGE: true
|
|
matrix:
|
|
- arch: 32
|
|
python: 35
|
|
# We only test Python 2.7 on 64 bits.
|
|
- arch: 64
|
|
python: 27
|
|
- arch: 64
|
|
python: 35
|
|
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
|