Skip to content

Commit 5e31893

Browse files
committed
coverage
1 parent e1b0fa5 commit 5e31893

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ install:
1010
- "pip install -r dev-requirements.txt"
1111

1212
# run tests
13-
script: nosetests
13+
script:
14+
- "nosetests --with-coverage --cover-package=quora"
1415

1516
branches:
1617
only:
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pyandoc==0.0.1
22
nose==1.3.4
3+
coverage==4.3.4

0 commit comments

Comments
 (0)