Skip to content

Commit 0e6ec5a

Browse files
author
Vijay Katam
committed
update script to use coverage in travis.yml
1 parent b251b0a commit 0e6ec5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ install:
1111
- python setup.py -q install
1212
- pip install -r requirements-dev.txt
1313
# command to run tests
14-
script: make test
14+
script: make coverage
1515
after_success: coveralls

0 commit comments

Comments
 (0)