Skip to content

Commit

Permalink
chore(fabric): add deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvuong committed Oct 12, 2015
1 parent fd213f2 commit b83c86d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ def cover():
"""Determines test coverage"""
clean()
local('nosetests test/* --with-coverage --cover-package=pynodebb')


@task
def deploy():
"""Deploys the current pynodebb version to pypi"""
clean()
local('python setup.py sdist upload')

0 comments on commit b83c86d

Please sign in to comment.