Skip to content

Commit 2fd2819

Browse files
committed
Add coverage dependency
1 parent b34a9c0 commit 2fd2819

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ install:
66
- pip install -r requirements_testing.txt
77
- pip install python-coveralls
88
script:
9-
- coverage.sh
9+
- ./coverage.sh
1010
after_success:
1111
- coveralls

requirements_testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
mock==1.0.1
2+
coverage==3.7.1

0 commit comments

Comments
 (0)