Skip to content

Commit 380ab28

Browse files
committed
Attempt to fix coverage take 2.
1 parent 4e638e8 commit 380ab28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ install:
1010
- pip install coveralls
1111
- mkdir local_cache
1212
script:
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
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
1515
after_success:
1616
- coveralls
1717
branches:

0 commit comments

Comments
 (0)