From c3a01e19c8ee34fdf1f2aebf367067b7dde0569c Mon Sep 17 00:00:00 2001 From: Ib Lundgren Date: Tue, 22 Jan 2013 00:16:58 +0100 Subject: Large OAuth 2 provider update. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68eced5..8a4076d 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ test: - python setup.py test + nosetests -w tests pycco: find oauthlib -name "*.py" -exec pycco -p -s reST {} \; pycco-clean: - rm -rf docs/oauthlib docs/pycco.css \ No newline at end of file + rm -rf docs/oauthlib docs/pycco.css -- cgit v1.2.1