From f01d9b10f9e7f7317c8fc94aa91b0e322fe5371c Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 28 Jan 2020 17:24:59 +0100 Subject: [PATCH] Remove allow failures and black exclusions. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97ab87a..a678aaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,8 @@ jobs: install: pip install black script: - black --version - - black . --check --exclude '\.venv/|venv/|\.local/|\.cache/|cache/|\.git/|migrations/' + - black . --check after_success: "" - allow_failures: - - stage: format - fast_finish: true python: - "3.6"