mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
19 lines
497 B
YAML
19 lines
497 B
YAML
version: 0.5.6.{build}
|
|
os: Windows Server 2012 R2
|
|
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"
|
|
# TODO: Miniconda
|
|
install:
|
|
- "%PYTHON%\\Scripts\\pip install -r requirements-tests.txt"
|
|
build: off
|
|
test_script:
|
|
- "%PYTHON%\\Scripts\\py.test"
|