Skip to content

Commit

Permalink
Fix test task (wrong package)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrankin committed Feb 26, 2016
1 parent 1724da9 commit 35541f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Expand Up @@ -12,7 +12,7 @@ def lint():
@task(lint)
def test():
"""Lint, unit test, and check setup.py"""
run("nosetests --with-coverage --cover-package=siganalysis")
run("nosetests --with-coverage --cover-package=taffmat")
run("python setup.py check")


Expand Down

0 comments on commit 35541f3

Please sign in to comment.