summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2014-01-07 08:16:16 +0200
committerAlex Morega <alex@grep.ro>2014-01-07 08:16:16 +0200
commit7bad77ded77f658c2b8a478e4a35a672d143606e (patch)
tree1295d4f1ff094073f7c20853a20a819b44d0b67a /Makefile
parent2af2c176b09b0fd90b91e6678e2afaf1355f838b (diff)
downloadbabel-7bad77ded77f658c2b8a478e4a35a672d143606e.tar.gz
fix warning for deprecated array.tostring
fixes #75
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48120c6..5bb68a9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
test: import-cldr
- @py.test
+ @PYTHONWARNINGS=default py.test
test-env:
@virtualenv test-env