Skip to content

Commit 597f6c8

Browse files
committed
Updated test runner in Travis
1 parent 7853e49 commit 597f6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- pip install -r requirements.txt
1010
- python main.py quickstart
1111
script:
12-
- python -m unittest discover
12+
- coverage run -m unittest
1313
services:
1414
- elasticsearch
1515
before_script:

0 commit comments

Comments
 (0)