浏览代码

Run flake8 during releases.

Jelmer Vernooij 3 年之前
父节点
当前提交
3925764980
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      releaser.conf

+ 1 - 1
releaser.conf

@@ -2,7 +2,7 @@
 news_file: "NEWS"
 news_file: "NEWS"
 timeout_days: 5
 timeout_days: 5
 tag_name: "dulwich-$VERSION"
 tag_name: "dulwich-$VERSION"
-verify_command: "make check"
+verify_command: "flake8 && make check"
 update_version {
 update_version {
   path: "setup.py"
   path: "setup.py"
   match: "^dulwich_version_string = '(.*)'$"
   match: "^dulwich_version_string = '(.*)'$"