Skip to content

Commit

Permalink
Rather than use .coveragerc, specify options on nosetests command-lin…
Browse files Browse the repository at this point in the history
…e - you dont get duplicates that way.
  • Loading branch information
David Read committed Nov 24, 2015
1 parent 419dae8 commit e83fb6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .coveragerc

This file was deleted.

2 changes: 1 addition & 1 deletion bin/travis-run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MOCHA_ERROR=$?
killall paster

# And finally, run the nosetests
nosetests --ckan --reset-db --with-pylons=test-core.ini --nologcapture --with-coverage ckan ckanext
nosetests --ckan --reset-db --with-pylons=test-core.ini --nologcapture --with-coverage --cover-package=ckan --cover-package=ckanext ckan ckanext
# Did an error occur?
NOSE_ERROR=$?

Expand Down

0 comments on commit e83fb6b

Please sign in to comment.