From 70befec8cad1633baee30530e353bca5da9b8d32 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 29 Oct 2014 03:04:34 +0100 Subject: Add some tests - also fix that travis build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3