summaryrefslogtreecommitdiff
path: root/fabfile.py
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-20 21:14:09 -0800
committerErik Rose <erik@mozilla.com>2011-11-20 21:21:03 -0800
commitd8fcd032acf53ee39076b59ab5fff79a8f8ca187 (patch)
treed7f72ee988c0833d3faa479e493c03eefbaa0b7e /fabfile.py
parentd03d43c4c9722b91056283fba44a4945efc41943 (diff)
downloadblessings-d8fcd032acf53ee39076b59ab5fff79a8f8ca187.tar.gz
Make some hopeful metadata changes and dodge a scoping change in Python 3.
Diffstat (limited to 'fabfile.py')
-rw-r--r--fabfile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fabfile.py b/fabfile.py
index cc556bc..ebeeb6f 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -27,10 +27,12 @@ def doc(kind='html'):
with cd('docs'):
local('make clean %s' % kind)
+
def test():
# Just calling nosetests results in SUPPORTS_TRANSACTIONS KeyErrors.
local('nosetests')
+
def updoc():
"""Build Sphinx docs and upload them to packages.python.org.