Explorar o código

Run flake8 during releases.

Jelmer Vernooij %!s(int64=3) %!d(string=hai) anos
pai
achega
3925764980
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      releaser.conf

+ 1 - 1
releaser.conf

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