Skip to content

Commit

Permalink
Don't try to install 'black' on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilhelm-godaddy committed Nov 18, 2019
1 parent 5d677a2 commit 970e427
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 @@ -12,7 +12,7 @@

EXTRAS_REQUIRE = {
"tests": [
"black==19.10b0; python_version >= '3.6'",
"black==19.10b0; python_version >= '3.6' and platform_python_implementation == 'CPython'",
"coverage",
"mock; python_version == '2.7'",
"pre-commit",
Expand Down

0 comments on commit 970e427

Please sign in to comment.