Skip to content

Commit

Permalink
Merge pull request #1161 from python-gitlab/chore/ci-fixed-black-version
Browse files Browse the repository at this point in the history
chore(ci): use fixed black version
  • Loading branch information
nejch committed Aug 29, 2020
2 parents 750f4ee + 9565684 commit 28aa17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 28aa17e

Please sign in to comment.