From df6eece1a08b911e8540ff1f94f6e2f649a155bd Mon Sep 17 00:00:00 2001 From: Ammar Askar Date: Sat, 15 Feb 2020 16:22:43 -0800 Subject: [PATCH] Fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8899b1..5850f39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "3.7" install: - pip install -r requirements.txt - - pip install flake8 codecov coverage + - pip install black codecov coverage script: - black --check entrypoint.py sphinx_action tests - coverage run --omit="*/tests*" -m unittest