Skip to content

Commit 28aa17e

Browse files
authored
Merge pull request #1161 from python-gitlab/chore/ci-fixed-black-version
chore(ci): use fixed black version
2 parents 750f4ee + 9565684 commit 28aa17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dist: bionic
2424
python: 3.8
2525
script:
26-
- pip3 install -U --pre black
26+
- pip3 install -U --pre black==20.8b1
2727
- black --check .
2828
- stage: test
2929
name: cli_func_v4

0 commit comments

Comments
 (0)