forked from harvimt/quamash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
53 lines (42 loc) · 1.1 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
environment:
matrix:
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "64"
QTIMPL: "PySide"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "64"
QTIMPL: "PyQt4"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "64"
QTIMPL: "PyQt5"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"
QTIMPL: "PyQt4"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"
QTIMPL: "PyQt4"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"
QTIMPL: "PyQt5"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "32"
QTIMPL: "PyQt5"
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %QTIMPL%"
install:
- "powershell appveyor\\install.ps1"
build: off
test_script:
- "%PYTHON%\\Scripts\\py.test.exe"
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/9723bec82b34a9f3faf0
on_build_success: false
on_build_failure: True