From 968ae6ca98e12ec87d4a5abe0a972e0ba2ecff0f Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 4 Jan 2020 12:29:31 -0800 Subject: [PATCH] Change stage so travis doesn't get confused about allowed failures --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 452040ae..634528d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,7 @@ jobs: - os: windows include: - - stage: Lint & Tests - name: Lint, via Black + - name: Lint, via Black python: 3.8 script: - black --version