Skip to content

Commit

Permalink
added coverage and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenovic committed Oct 22, 2014
1 parent 460c6bf commit c86f52b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -40,3 +40,6 @@ script:
# move somewhere so that nosetests skrf tests the module, not the dir
#- cd tools/
- nosetests skrf -c nose.cfg

after_success:
- coveralls
3 changes: 3 additions & 0 deletions nose.cfg
Expand Up @@ -2,3 +2,6 @@
[nosetests]
exclude-dir=skrf/vi
skrf/src

with-coverage=1
cover-package=skrf
1 change: 1 addition & 0 deletions tools/travis-requirements.txt
Expand Up @@ -2,3 +2,4 @@
xlwt>=0.7.4
xlrd>=0.6.1
nose-exclude
coveralls

0 comments on commit c86f52b

Please sign in to comment.