summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-20 16:28:14 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-20 16:28:14 +0100
commit8ea9421ac3384b2e88e0c36f2cfa52586c4798b7 (patch)
treecda8e08ea8de098e215296242d052ed3c783dd77
parenta7d5329e97d38058f96b68f19334622962f8f580 (diff)
downloadpython-coverage-test-runner-8ea9421ac3384b2e88e0c36f2cfa52586c4798b7.tar.gz
Remove no-longer-useful chunk morphologybaserock/morph
The automatic build system support in Morph will take care of this now.
-rw-r--r--python-coverage-test-runner.morph10
1 files changed, 0 insertions, 10 deletions
diff --git a/python-coverage-test-runner.morph b/python-coverage-test-runner.morph
deleted file mode 100644
index be82c91..0000000
--- a/python-coverage-test-runner.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "python-coverage-test-runner",
- "kind": "chunk",
- "build-commands": [
- "python setup.py build"
- ],
- "install-commands": [
- "python setup.py install --prefix=/usr --root \"$DESTDIR\""
- ]
-}