xonsh/.appveyor.yml

20 lines
498 B
YAML
Raw Normal View History

2017-06-10 09:05:15 -04:00
version: 0.5.12.{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:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python34-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
2017-01-08 22:31:34 -05:00
# TODO: Miniconda
2015-09-13 12:17:11 -04:00
install:
2017-01-08 22:36:18 -05:00
- "%PYTHON%\\Scripts\\pip install -r requirements-tests.txt"
2016-07-18 21:11:01 -04:00
build: off
2015-09-13 12:17:11 -04:00
test_script:
2017-01-08 22:36:18 -05:00
- "%PYTHON%\\Scripts\\py.test"