From fc20669ab2f17f062593bd75238af05550a5c9c6 Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Mon, 18 Jan 2021 10:57:47 +0000 Subject: [PATCH] Install black before trying to use it --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ddebf9..074380b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ stages: if: tag =~ ^\d+\.\d+\.\d+$ install: - - pip install tox + - pip install tox black jobs: include: -- GitLab