Update setup.cfg to include coverage

This commit is contained in:
Dan Tracy 2015-06-09 10:29:35 -04:00
parent 985c6d9a55
commit 2012547347

View file

@ -1,2 +1,8 @@
[bdist_wheel]
universal = 1
universal = 1
[nosetests]
with-coverage = 1
cover-branches = 1
cover-erase = 1
cover-package = sprockets.mixins