From 9565684c86cb018fb22ee0b29345d2cd130f3fd7 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Sat, 29 Aug 2020 12:12:53 +0200 Subject: [PATCH] chore(ci): use fixed black version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8170babe7..072121808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ jobs: dist: bionic python: 3.8 script: - - pip3 install -U --pre black + - pip3 install -U --pre black==20.8b1 - black --check . - stage: test name: cli_func_v4