Skip to content

Commit 7d859f1

Browse files
committed
Setting up coveralls support.
1 parent 8d1a9da commit 7d859f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ install:
66
- pip install -r requirements.txt --use-mirrors
77
- pip install -r dev-requirements.txt --use-mirrors
88
script:
9-
- nosetests tests/unit
9+
- nosetests --with-coverag tests/unit
10+
after_success:
11+
coveralls --verbose

dev-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
#
44
nose==1.3.4
55
mock==1.0.1
6+
coveralls==0.5
7+
coverage==3.7.1

0 commit comments

Comments
 (0)