summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSandy Walsh <sandy@sandywalsh.com>2011-02-26 05:04:40 -0400
committerSandy Walsh <sandy@sandywalsh.com>2011-02-26 05:04:40 -0400
commitbd18c7e429248e13ce726231a4b0362ff8d82b0d (patch)
tree6a10cba3e6ddeba32013caada215b7dcbcfc6f11 /setup.cfg
parent8611fc25985eea24411de55bb99f84f936f1118d (diff)
downloadpython-novaclient-bd18c7e429248e13ce726231a4b0362ff8d82b0d.tar.gz
renamed to novaclient and fixed flavor tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bf535430..13be0b4c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[nosetests]
with-coverage = true
-cover-package = novatools
+cover-package = novaclient
cover-html = true
cover-erase = true
cover-inclusive = true