summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJUN JIE NAN <nanjj@cn.ibm.com>2013-06-27 17:55:52 +0800
committerJUN JIE NAN <nanjj@cn.ibm.com>2013-06-27 18:04:04 +0800
commit1ad95945fab379bc8303d0629f2f1bc77cd76959 (patch)
treef26937f23b62c08b486044bc8d583514a2d88846 /.gitignore
parent026146ae4e76f1884681278ec6db336f972e7219 (diff)
downloadheat-cfntools-1ad95945fab379bc8303d0629f2f1bc77cd76959.tar.gz
Fix test cases not running under python 2.6
Test cases running depends on `discover' package, but in python 2.6, `discover' package is not there. So need to add `discover' in test-requirements.txt. Change-Id: I1129bc50c97861c9fca3894261ea1b831cd3f6cc Fixes: bug #1193349
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3594b47..65e0127 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ heat_cfntools.egg-info/
.testrepository/
subunit.log
.tox
+AUTHORS
+ChangeLog