Vendor urfav/cli from bradrydzewski/cli

This commit is contained in:
Jacob McCann
2017-04-10 10:34:47 -05:00
parent 7ffeacaed5
commit cbcefc6c9f
12 changed files with 796 additions and 333 deletions

View File

@@ -57,6 +57,10 @@ def _test():
def _gfmrun():
go_version = check_output('go version'.split()).split()[2]
if go_version < 'go1.3':
print('runtests: skip on {}'.format(go_version), file=sys.stderr)
return
_run(['gfmrun', '-c', str(_gfmrun_count()), '-s', 'README.md'])