[aliases] test = nosetests [nosetests] # Note: values must be set to 1, and have no comments on the same line, # for "python setup.py nosetests" to work correctly. nocapture=1 # Comment this out to see CherryPy logs on failure: nologcapture=1 with-coverage=1 cover-inclusive=1 cover-package=nilmrun cover-erase=1 # this works, puts html output in cover/ dir: # cover-html=1 # need nose 1.1.3 for this: # cover-branches=1 #debug=nose #debug-log=nose.log stop=1 verbosity=2 tests=tests [versioneer] VCS=git style=pep440 versionfile_source=nilmrun/_version.py versionfile_build=nilmrun/_version.py tag_prefix=nilmrun- parentdir_prefix=nilmrun-