fix tox error when run unittest 09/16509/1
authorsxd <shang.xiaodong@zte.com.cn>
Thu, 7 Jul 2016 07:09:15 +0000 (15:09 +0800)
committersxd <shang.xiaodong@zte.com.cn>
Thu, 7 Jul 2016 07:09:15 +0000 (15:09 +0800)
commiteac8aa9137c62d3f1a8fe20ef7bde7560b6d4aca
tree7b62ad86e4054d83cfdd9b7f275514ed36cc7e7c
parentabb85f971f797e7db6c1737862b53ab4fee2a12e
fix tox error when run unittest

Currently when run "tox -epep8" it's ok, but it will be error when run
 "tox -epy27" or run "tox -epy34", the reason is no file .testr.conf
and .converagerc in project root directory

Change-Id: Ic6ab721738692c389d63bc2d84a4c2a21b397778
JIRA: PARSER-62
Signed-off-by: sxd <shang.xiaodong@zte.com.cn>
tosca2heat/heat-translator/.coveragerc [new file with mode: 0644]
tosca2heat/heat-translator/.testr.conf [new file with mode: 0644]
tosca2heat/tosca-parser/.coveragerc [new file with mode: 0644]
tosca2heat/tosca-parser/.testr.conf [new file with mode: 0644]