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

This commit is contained in:
Dan Buch
2016-06-17 09:11:36 -04:00
9 changed files with 624 additions and 13 deletions

View File

@@ -92,6 +92,12 @@ def _migrations():
shutil.rmtree(tmpdir, ignore_errors=True)
@_target
def _toc():
_run(['node_modules/.bin/markdown-toc', '-i', 'README.md'])
_run(['git', 'diff', '--quiet'])
def _run(command):
print('runtests: {}'.format(' '.join(command)), file=sys.stderr)
check_call(command)