From 2aa2ca517ed0fa85205995fbe70ba5093dd800f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 16 May 2020 16:24:54 +0100 Subject: There's no need to install the pre-commit to run it. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 975114d..f2f652c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ addons: script: - pytest $PYTEST_OPTIONS - - if [[ $PRE_COMMIT ]]; then pre-commit install; pre-commit run --all-files; fi + - if [[ $PRE_COMMIT ]]; then pre-commit run --all-files; fi -- cgit v1.2.3