diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 15:33:47 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 15:33:47 -0700 |
commit | 025a250d38b0046e06dfacf437a09276a84e2c59 (patch) | |
tree | 92c68d5cdc724a9776c6c77487f94cfe517a1047 | |
parent | 174daa3b95411ed6c72cfbc9f8d320d7b45a440e (diff) |
Partial cherry pick of 57201d2de9cd4080480cfed2fe2572fa1c908acb
Just so the first blackening of 2.0+ is already consistent with latest 2.4+...hopefully
-rw-r--r-- | tasks.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -143,6 +143,7 @@ ns.configure( "changelog_file": join( www.configuration()["sphinx"]["source"], "changelog.rst" ), - } + }, + "travis": {"black": {"version": "18.6b4"}}, } ) |