Skip to content

Commit

Permalink
Add tests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian PAQUET committed Jul 24, 2014
1 parent ae3fe27 commit 08a8373
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
@@ -0,0 +1,2 @@
[run]
include = tree_extractor/*
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
*
!.gitignore
!.coveragerc
!.travis.yml
!Makefile
!LICENSE
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -7,5 +7,8 @@ python:
- "3.4"
install:
- pip install -r requirements.txt -r requirements-dev.txt
- pip install coveralls
script:
- make tests
after_success:
- coveralls
2 changes: 1 addition & 1 deletion Makefile
@@ -1,2 +1,2 @@
tests:
nosetests
nosetests --with-coverage --cover-package=tree_extractor

0 comments on commit 08a8373

Please sign in to comment.