Skip to content

Commit ffa5dc4

Browse files
committed
coveralls.io take3
1 parent 51b9d42 commit ffa5dc4

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
@@ -9,8 +9,8 @@ install:
99
- python setup.py install
1010
- pip install coveralls
1111
script:
12-
- coverage run --source=sc2reader test_replays/test_all.py
13-
- coverage run --append --source=sc2reader test_s2gs/test_all.py
12+
- coverage run test_replays/test_all.py
13+
- coverage run --append test_s2gs/test_all.py
1414
after_success:
1515
- coveralls
1616
branches:

0 commit comments

Comments
 (0)