Skip to content

Commit

Permalink
Add linter to inv test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Daeye committed May 16, 2018
1 parent 75d4c3b commit b55430f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks.py
Expand Up @@ -43,6 +43,9 @@ def makemigrations(ctx):
@task
def test(ctx):
"""Run tests"""
print("Running flake8")
ctx.run(f"pipenv run flake8 network-api")
print("Running tests")
manage(ctx, "test")


Expand Down

0 comments on commit b55430f

Please sign in to comment.