summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-06 12:55:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-06 12:55:26 +0000
commit7561fe1790fa0aa638a9114def0c17742b4a3d3d (patch)
treea36fbfd1f5d8425034fd6bd4cc2022a9e1d3a26f
parent7ee6b1ff562ab6ce439f942d0dfbb6fdcd24ed48 (diff)
downloadpython-coverage-test-runner-7561fe1790fa0aa638a9114def0c17742b4a3d3d.tar.gz
coverage-test-runner: add morph
-rw-r--r--python-coverage-test-runner.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/python-coverage-test-runner.morph b/python-coverage-test-runner.morph
new file mode 100644
index 0000000..be82c91
--- /dev/null
+++ b/python-coverage-test-runner.morph
@@ -0,0 +1,10 @@
+{
+ "name": "python-coverage-test-runner",
+ "kind": "chunk",
+ "build-commands": [
+ "python setup.py build"
+ ],
+ "install-commands": [
+ "python setup.py install --prefix=/usr --root \"$DESTDIR\""
+ ]
+}