Skip to content

Commit

Permalink
black setup.py to please CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-bagerard committed Jan 3, 2020
1 parent 4edad46 commit 75ee282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def run_tests(self):
"pytest-cov",
"coverage<5.0", # recent coverage switched to sqlite format for the .coverage file which isn't handled properly by coveralls
"blinker",
"Pillow>=2.0.0, <7.0.0", # 7.0.0 dropped Python2 support
"Pillow>=2.0.0, <7.0.0", # 7.0.0 dropped Python2 support
],
}
if sys.version_info[0] == 3:
Expand Down

0 comments on commit 75ee282

Please sign in to comment.