summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-22 16:05:02 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-22 16:05:09 +0100
commit26066c10294cfb7a31d53337f893d8b0f01f365b (patch)
treea4c1bd3bd9146fd7b527c1a1012b6a253bfbc62a
parent655163f94898c87b40dca91f788d7af1990a71f2 (diff)
downloadlorry-26066c10294cfb7a31d53337f893d8b0f01f365b.tar.gz
Add a morphology
We need this so we can run the test suite at build time. Distutils does not seem to have a concept for that.
-rw-r--r--lorry.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/lorry.morph b/lorry.morph
new file mode 100644
index 0000000..68053f9
--- /dev/null
+++ b/lorry.morph
@@ -0,0 +1,8 @@
+{
+ "name": "lorry",
+ "kind": "chunk",
+ "build-commands": [
+ "python setup.py check",
+ "python setup.py build"
+ ]
+}