Skip to content

Commit

Permalink
Removed extra task.
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Apr 27, 2016
1 parent 3345403 commit d9cab92
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def test():
def test_all():
run("tox")


@task
def test_cov():
run("py.test --verbose --showlocals --cov=django_make_app tests/")
Expand All @@ -45,11 +46,6 @@ def test_nosetests():
run("python setup.py nosetests -v --with-doctest")


@task
def test_all():
run("tox")


@task
def coverage():
run("coverage run --source django_make_app setup.py test")
Expand Down

0 comments on commit d9cab92

Please sign in to comment.