commit | abfa149c3b097e3e5bef517c9d6de00f09ae02fe | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Fri Jan 11 14:28:29 2013 -0500 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Fri Jan 11 16:10:24 2013 -0500 |
tree | 60a7cdfe6b10c77c55f31eab71fa75a0e3b4f1f4 | |
parent | 23d4080ddb42ba0affad41166b4d73385c1e2dcc [diff] |
Use '-m' for tempest_coverage.py in tox.ini Currently you can't run tempest_coverage.py because of an import failure when trying to import from files in tempest. This is because the python path from tempest/tools doesn't include it's parent directory. This commit gets around the import failure with tox by using 'python -m' for the script. Change-Id: Iebbbbc1fbcf7f5fb0eb5d9dbdf3901cb77b90a43