summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-29 03:04:34 +0100
committermathieui <mathieui@mathieui.net>2014-10-29 03:07:40 +0100
commit70befec8cad1633baee30530e353bca5da9b8d32 (patch)
tree8ec073314fec3ad272f8ce29bb949212732885b8 /Makefile
parentc3aa6c029d67a9612ebabf84784a6571fa603e4c (diff)
downloadpoezio-70befec8cad1633baee30530e353bca5da9b8d32.tar.gz
poezio-70befec8cad1633baee30530e353bca5da9b8d32.tar.bz2
poezio-70befec8cad1633baee30530e353bca5da9b8d32.tar.xz
poezio-70befec8cad1633baee30530e353bca5da9b8d32.zip
Add some tests
- also fix that travis build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b11efa6..7f5eb224 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ doc:
make -C doc/ html
test:
- py.test test/
+ py.test -v test/
pot:
xgettext src/*.py --from-code=utf-8 --keyword=_ -o locale/poezio.pot