Skip to content

Commit

Permalink
Update django-debug-toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Oct 18, 2013
1 parent 067d33d commit 8b7ca52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gopython3/requirements-dev.txt
@@ -1,5 +1,5 @@
-r requirements.txt
-e git+https://github.com/elvard/django-debug-toolbar#egg=django-debug-toolbar
django-debug-toolbar==dev
coveralls==0.3
envdir==0.5
spec==0.11.1
Expand Down
5 changes: 5 additions & 0 deletions gopython3/tasks.py
Expand Up @@ -19,3 +19,8 @@ def cover(package='', only_unit=False):
arg = '-a"!functional"' if only_unit else ''
run('coverage run --source=%s manage.py test --with-doctest %s' % (package, arg), pty=True)
run('coverage report -m', pty=True)


@task
def clean_pyc():
run('find . -name \*.pyc -delete')

0 comments on commit 8b7ca52

Please sign in to comment.