forked from enthought/comtypes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
33 lines (29 loc) · 736 Bytes
/
appveyor.yml
File metadata and controls
33 lines (29 loc) · 736 Bytes
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
image: Visual Studio 2022
build: off
max_jobs: 3
init:
- git config --global core.autocrlf input
shallow_clone: true
environment:
matrix:
- py: Python27
- py: Python27-x64
- py: Python33
- py: Python33-x64
- py: Python34
- py: Python34-x64
- py: Python35
- py: Python35-x64
- py: Python36
- py: Python36-x64
- py: Python39
- py: Python39-x64
- py: Python310
- py: Python310-x64
- py: Python311
- py: Python311-x64
test_script:
- C:\%py%\python.exe setup.py install
- C:\%py%\Scripts\pip.exe uninstall comtypes -y
- C:\%py%\python.exe test_pip_install.py
- C:\%py%\python.exe -m unittest discover -v -s ./comtypes/test -t comtypes\test