Skip to content

Commit 3d27c0d

Browse files
committed
.appveyor.yml: Collect coverage data
1 parent f1d6421 commit 3d27c0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ init:
44

55
install:
66
- git submodule update --init --recursive
7-
- python -m pip install tox
7+
- python -m pip install tox codecov
88

99
build: off
1010

1111
test_script:
1212
# Avoid py35-optional, as pypi does not have lxml wheels for py35
13-
- python -m tox -e "py35-base,{py27,py33,py34}-{base,optional}"
13+
- coverage run python -m tox -e "py35-base,{py27,py33,py34}-{base,optional}"
1414

1515
after_test:
1616
- python debug-info.py
17+
- codecov

0 commit comments

Comments
 (0)