From 5f3bb991ac48e31075e32167efa9aad74cdc1296 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 19 Jan 2014 09:23:41 -0800 Subject: Add output when starting to run tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 977b6fb2..12fe8bd8 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ test-requirements: sudo pip install -r "$@.txt" -q test: clean_pyc requirements test-requirements + @echo "Running tests..." @nosetests $(noseopts) tests/ check_version: -- cgit v1.2.3