def integrate():
with lcd("../django_ecommerce/"):
local("pwd")
local("./manage.py test ../tests/unit")
with settings(warn_only=True):
local("git add -p && git commit")
local("git pull")
local("./manage.py test ../tests")
local("git push")
评论列表
文章目录