forked from pybuilder/pybuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
33 lines (27 loc) · 839 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
environment:
matrix:
- PYTHON_BIN_HOME: "C:\\Python27"
- PYTHON_BIN_HOME: "C:\\Python27-x64"
- PYTHON_BIN_HOME: "C:\\Python34"
- PYTHON_BIN_HOME: "C:\\Python34-x64"
- PYTHON_BIN_HOME: "C:\\Python35"
- PYTHON_BIN_HOME: "C:\\Python35-x64"
- PYTHON_BIN_HOME: "C:\\Python36"
- PYTHON_BIN_HOME: "C:\\Python36-x64"
# stop as soon as the first failing test
matrix:
fast_finish: false # disabling until pybuilder is updated for compat with Windows
branches:
only:
- master
- 0.11
shallow_clone: true
clone_depth: 1
build: false
test_script:
- cmd: "%PYTHON_BIN_HOME%\\Scripts\\pip install virtualenv"
- cmd: "%PYTHON_BIN_HOME%\\python.exe -m virtualenv venv"
- ps: .\venv\Scripts\activate.ps1
- cmd: where python
- cmd: python --version
- cmd: python build.py -v -X install_dependencies analyze install