Skip to content

Commit

Permalink
Switch to pytest and remove nose.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Aug 16, 2019
1 parent be82c1a commit b53cf0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions nose.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def publish(ctx):

@task
def test(ctx):
ctx.run("nosetests")
ctx.run("pytest")


@task
Expand Down

0 comments on commit b53cf0d

Please sign in to comment.