summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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