summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-04 15:02:51 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-04 15:02:51 +0200
commit02c98a872c7fc43cbca56d76dc512256faa7d6b8 (patch)
tree5589bc15aef34d6e18179b7b200729aed91f3ea8 /Makefile
parent0632ad9c4109deee20c2d110b8541c4907f3bc9d (diff)
downloadbabel-02c98a872c7fc43cbca56d76dc512256faa7d6b8.tar.gz
Improved downloading and conversion experience
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e96ef8b..199374b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,14 @@
-test:
- python setup.py test
+test: import-cldr
+ @python setup.py test
+
+import-cldr:
+ @./scripts/download_import_cldr.py
+
+clean-cldr:
+ @rm babel/localedata/*.dat
develop:
- pip install --editable .
+ @pip install --editable .
tox-test:
@tox