summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"}},
}
)