Merge remote-tracking branch 'origin/master' into merging-from-v1

This commit is contained in:
Dan Buch
2016-08-22 17:47:11 -04:00
2 changed files with 5 additions and 1 deletions

View File

@@ -61,6 +61,10 @@ def _test():
@_target
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'])