Skip to content

Commit cc34ecf

Browse files
committed
Coverage reporting fix refs #145.
1 parent 82ad817 commit cc34ecf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ python:
88
install:
99
- python setup.py install
1010
- pip install coveralls
11+
- mkdir local_cache
1112
script:
12-
- coverage run test_replays/test_all.py
13-
- coverage run --append test_s2gs/test_all.py
13+
- SC2READER_CACHE_DIR=local_cache coverage run --source=sc2reader test_replays/test_all.py
14+
- SC2READER_CACHE_DIR=local_cache coverage run --source=sc2reader --append test_s2gs/test_all.py
1415
after_success:
1516
- coveralls
1617
branches:

0 commit comments

Comments
 (0)