summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-01-22 00:16:58 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-01-22 00:16:58 +0100
commitc3a01e19c8ee34fdf1f2aebf367067b7dde0569c (patch)
tree39e8516eaf0af4185b90716946d9fea71be7d4a9 /Makefile
parentb96a71203fa768fbff5074b4f03dbc444df05afd (diff)
downloadoauthlib-c3a01e19c8ee34fdf1f2aebf367067b7dde0569c.tar.gz
Large OAuth 2 provider update.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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