comparison appveyor.yml @ 672:783ff8bc4e03

cm: Add AppVeyor support.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Mar 2016 22:37:07 -0800
parents
children
comparison
equal deleted inserted replaced
671:3c4075e37dc2 672:783ff8bc4e03
1 environment:
2 matrix:
3 - PYTHON: "C:\\Python34"
4 - PYTHON: "C:\\Python34-x64"
5 - PYTHON: "C:\\Python35"
6 - PYTHON: "C:\\Python35-x64"
7
8 install:
9 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
10 - "pip install -r requirements.txt"
11 - "pip install -r dev-requirements.txt"
12
13 build: off
14
15 test_script:
16 - "py.test"
17