summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-09-17 15:33:47 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-17 15:33:47 -0700
commit025a250d38b0046e06dfacf437a09276a84e2c59 (patch)
tree92c68d5cdc724a9776c6c77487f94cfe517a1047
parent174daa3b95411ed6c72cfbc9f8d320d7b45a440e (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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 33092d77..795a9c99 100644
--- a/tasks.py
+++ b/tasks.py
@@ -143,6 +143,7 @@ ns.configure(
"changelog_file": join(
www.configuration()["sphinx"]["source"], "changelog.rst"
),
- }
+ },
+ "travis": {"black": {"version": "18.6b4"}},
}
)