Skip to content

Commit

Permalink
支持自动化模块安装
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesoo committed Oct 30, 2017
1 parent dffd5b9 commit 1127198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def markfile(modules=[], mark=True):
print '\t-w module A [module B...], --without module A [module B...]\tsetup without the modules, eg "--without redis security db".'
print '\t--with module A [module B...]\tsetup only with the modules, eg "--with redis security db".'
print '\t\tSupported setup with/without modules are [redis,security,db,webservice,selenium,locust,hessian]'
exit(0)
else:
assert False, 'Not supported option and see --help for available options.'

Expand Down

0 comments on commit 1127198

Please sign in to comment.