summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-30 12:00:59 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-30 12:02:45 -0400
commit3fcb8da4a1068f7bb85ad410759f64eb2a7b1021 (patch)
treebb94d95d2d4f46165e0bb3b7ccadc0aaa569a4fa /.gitignore
parent697c4c1051bb991cf7478d2b789ae3730f09b857 (diff)
downloadceilometer-3fcb8da4a1068f7bb85ad410759f64eb2a7b1021.tar.gz
Make the stand-alone test script mimic tox
The tox setup does not work on Ubuntu Precise for some reason, but running nose directly does. This update tweaks the stand-alone script run_tests.sh to mimic the behavior of tox. It also adds the "cover" directory created by the coverage plugin to nose to the list of files being ignored by git. Change-Id: I65224cf4bf75e6b7fc0207b3545c466bdac5a35c
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0e664c7b..fdb23b7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ TAGS
build
.coverage
.tox
+cover