Skip to content

Commit

Permalink
add note for pyinvoke
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Oct 13, 2015
1 parent a4bee84 commit 96479cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
NOTE: These are Invoke tasks, NOT Kuyruk tasks.
Invoke provides a clean, high level API for running shell commands
and defining/organizing task functions from a tasks.py file.
http://www.pyinvoke.org
"""
from invoke import run, task


Expand Down

0 comments on commit 96479cf

Please sign in to comment.