Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Oct 1, 2014
1 parent 1a6da12 commit 9ad3c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .coveragerc
@@ -1,3 +1,2 @@
[run]
omit = */tests/*
source = ckanext
omit = */tests/*, */site-packages/*, */python?.?/*, */ckan/*
2 changes: 1 addition & 1 deletion bin/travis-script
@@ -1,3 +1,3 @@
#!/bin/sh

nosetests --with-pylons=ckanext/scheming/tests/test.ini --nologcapture ckanext/scheming/tests
nosetests --with-pylons=ckanext/scheming/tests/test.ini --nologcapture --with-coverage ckanext/scheming/tests

0 comments on commit 9ad3c60

Please sign in to comment.