Skip to content

Commit 208cff8

Browse files
jayvdbgsnedders
authored andcommitted
Split AppVeyor build into 10 jobs (#365)
The AppVeyor build running all tox environments in a single job takes a long time to report any status, and the log is difficult to load.
1 parent 7d279c5 commit 208cff8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.appveyor.yml

+15-3
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 -m tox -e "{py27,py33,py34,py35,py36}-{base,optional}"
24+
- tox
1325

1426
after_test:
1527
- python debug-info.py

0 commit comments

Comments
 (0)