Skip to content

Commit 30282d8

Browse files
committed
test code coverage added
1 parent 0de4f0c commit 30282d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build
22
*.pyc
3+
.coverage

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ before_install:
99
- sudo apt-get -qq update
1010
- sudo apt-get install build-essential python-dev swig libasound2-dev
1111
install:
12+
- pip install coveralls
1213
- python setup.py install
1314
script:
14-
- nosetests
15+
- nosetests --with-coverage --cover-package=midi
16+
after_success:
17+
- coveralls

0 commit comments

Comments
 (0)