Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit208cff8

Browse files
jayvdbgsnedders
authored andcommitted
Split AppVeyor build into 10 jobs (html5lib#365)
The AppVeyor build running all tox environments ina single job takes a long time to report any status,and the log is difficult to load.
1 parent7d279c5 commit208cff8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

‎.appveyor.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# To activate, change the Appveyor settings to use `.appveyor.yml`.
2-
init:
3-
-SET PATH=C:\\Python27\\Scripts\\;%PATH%"
2+
environment:
3+
global:
4+
PATH:"C:\\Python27\\Scripts\\;%PATH%"
5+
matrix:
6+
-TOXENV:py27-base
7+
-TOXENV:py27-optional
8+
-TOXENV:py33-base
9+
-TOXENV:py33-optional
10+
-TOXENV:py34-base
11+
-TOXENV:py34-optional
12+
-TOXENV:py35-base
13+
-TOXENV:py35-optional
14+
-TOXENV:py36-base
15+
-TOXENV:py36-optional
416

517
install:
618
-git submodule update --init --recursive
@@ -9,7 +21,7 @@ install:
921
build:off
1022

1123
test_script:
12-
-python -mtox -e "{py27,py33,py34,py35,py36}-{base,optional}"
24+
-tox
1325

1426
after_test:
1527
-python debug-info.py

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp