Skip to content

Commit 75ee282

Browse files
committed
black setup.py to please CI
1 parent 4edad46 commit 75ee282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def run_tests(self):
115115
"pytest-cov",
116116
"coverage<5.0", # recent coverage switched to sqlite format for the .coverage file which isn't handled properly by coveralls
117117
"blinker",
118-
"Pillow>=2.0.0, <7.0.0", # 7.0.0 dropped Python2 support
118+
"Pillow>=2.0.0, <7.0.0", # 7.0.0 dropped Python2 support
119119
],
120120
}
121121
if sys.version_info[0] == 3:

0 commit comments

Comments
 (0)