Skip to content

Commit

Permalink
Get Travis CI to install Black
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 21, 2018
1 parent 3ee92dc commit ca07273
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 @@ -44,7 +44,7 @@
'jsonpatch',
'ipython<7', # jupyter_console and ipython clash in dependency requirement -- downgrade ipython for now
'pre-commit',
'black;python_version>"3.6.0"', # Black is Python3 only
'black;python_version>="3.6"', # Black is Python3 only
],
}
extras_require['complete'] = sorted(set(sum(extras_require.values(), [])))
Expand Down

0 comments on commit ca07273

Please sign in to comment.