diff options
| author | Ib Lundgren <ib.lundgren@gmail.com> | 2013-01-22 00:16:58 +0100 |
|---|---|---|
| committer | Ib Lundgren <ib.lundgren@gmail.com> | 2013-01-22 00:16:58 +0100 |
| commit | c3a01e19c8ee34fdf1f2aebf367067b7dde0569c (patch) | |
| tree | 39e8516eaf0af4185b90716946d9fea71be7d4a9 /Makefile | |
| parent | b96a71203fa768fbff5074b4f03dbc444df05afd (diff) | |
| download | oauthlib-c3a01e19c8ee34fdf1f2aebf367067b7dde0569c.tar.gz | |
Large OAuth 2 provider update.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
