xonsh/.appveyor.yml

24 lines
493 B
YAML
Raw Normal View History

2019-01-04 12:22:34 -05:00
version: 0.8.8.{build}
2015-09-13 12:17:11 -04:00
os: Windows Server 2012 R2
2017-01-08 22:27:24 -05:00
environment:
matrix:
# http://www.appveyor.com/docs/installed-software#python
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python34-x64"
DISTUTILS_USE_SDK: "1"
2017-12-31 14:41:34 +01:00
- XONSH_TEST_ENV: "MSYS2"
MSYS2_PATH: "C:\\msys64"
2017-01-08 22:31:34 -05:00
# TODO: Miniconda
2017-12-31 15:32:42 +01:00
matrix:
allow_failures:
# ignore MSYS2 test results for now
- XONSH_TEST_ENV: "MSYS2"
2015-09-13 12:17:11 -04:00
install:
2017-12-31 14:41:34 +01:00
- ".appveyor_install.cmd"
2016-07-18 21:11:01 -04:00
build: off
2015-09-13 12:17:11 -04:00
test_script:
2017-12-31 14:41:34 +01:00
- ".appveyor_test.cmd"