Skip to content

Commit dca1842

Browse files
committed
Black works only on python 3.6+
1 parent a726a88 commit dca1842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pipeline:
22
verify-lint:
3-
image: quay.io/presslabs/gitfs-test:${PYTHON_VERSION}
3+
image: quay.io/presslabs/gitfs-test:3.6
44
commands:
5-
- pip install black
5+
- pip3 install black
66
- make verify-lint
77

88
test:

0 commit comments

Comments
 (0)