-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
appveyor.yml
55 lines (48 loc) · 1.62 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# AppVeyor CI settings (Windows Machine CI Tests)
environment:
matrix:
- PYTHON: "C:\\Python27"
TOXENV: "lint-py27,docs"
# - PYTHON: "C:\\Python36"
# TOXENV: "lint-py36,docs"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-packagetests"
# - PYTHON: "C:\\Python34"
# TOXENV: "py34-packagetests"
# - PYTHON: "C:\\Python35"
# TOXENV: "py35-packagetests"
# - PYTHON: "C:\\Python36"
# TOXENV: "py36-packagetests"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-4.3-template-addon"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-5.0-template-addon"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-5.1-template-addon"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-4.3-template-addon_content_type"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-5.0-template-addon_content_type"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-5.1-template-addon_content_type"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-4.3-template-addon_theme"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-5.0-template-addon_theme"
# - PYTHON: "C:\\Python27"
# TOXENV: "py27-skeletontests-Plone-5.1-template-addon_theme"
# - PYTHON: "C:\\Python27"
cache:
- '%LOCALAPPDATA%\pip\Cache'
version: '{branch}.{build}'
install:
- "python.exe -m pip install tox"
build: off
test_script:
- "tox.exe"
notifications:
- provider: Email
to:
- '{{commitAuthorEmail}}'
on_build_status_changed: true