forked from mozillazg/python-pinyin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
45 lines (41 loc) · 1001 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
34
35
36
37
38
39
40
41
42
43
44
45
version: "{branch}-{build}"
image: Visual Studio 2017
build: off
cache:
- '%userprofile%\AppData\Local\pip'
environment:
matrix:
- PYTHON: 'C:\\Python27'
TOXENV: "py27"
- PYTHON: 'C:\\Python27-x64'
TOXENV: "py27"
# - PYTHON: 'C:\\Python34'
# TOXENV: "py34"
# - PYTHON: 'C:\\Python34-x64'
# TOXENV: "py34"
- PYTHON: 'C:\\Python35'
TOXENV: "py35"
- PYTHON: 'C:\\Python35-x64'
TOXENV: "py35"
- PYTHON: 'C:\\Python36'
TOXENV: "py36"
- PYTHON: 'C:\\Python36-x64'
TOXENV: "py36"
- PYTHON: 'C:\\Python37'
TOXENV: "py37"
- PYTHON: 'C:\\Python37-x64'
TOXENV: "py37"
- PYTHON: 'C:\\Python38'
TOXENV: "py38"
- PYTHON: 'C:\\Python38-x64'
TOXENV: "py38"
install:
- '%PYTHON%\python -V'
- '%PYTHON%\python -m pip install tox'
test_script:
- '%PYTHON%\Scripts\tox'
pull_requests:
do_not_increment_build_number: true
on_failure:
- ps: dir 'env:'
- ps: get-content .tox\*\log\*