Skip to content

Commit d3c1fe5

Browse files
committed
Add coveralls support.
1 parent 3709bcb commit d3c1fe5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ python:
77
- pypy
88
install:
99
- python setup.py install
10+
- pip install coveralls
1011
script:
11-
- python test_replays/test_all.py
12-
- python test_s2gs/test_all.py
12+
- coverage run --source=sc2reader python test_replays/test_all.py
13+
- coverage run --append --source=sc2reader python test_s2gs/test_all.py
14+
after_success:
15+
- coveralls
1316
branches:
1417
only:
1518
- master

0 commit comments

Comments
 (0)