From 03da1a8ede0be5c5daae07e7e88a10265c264ce8 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 21 May 2020 02:10:51 +0100 Subject: [PATCH] Switch Travis to only running linting in a single job --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e73202a..5d72b0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ jobs: - python: 3.6 - python: 3.7 - python: 3.8 + script: + - make lint + - make test-coverage - language: node_js install: - npm install --no-optional --no-audit --progress=false @@ -18,7 +21,6 @@ jobs: install: - pip install -e '.[dev]' script: - - make lint - make test-coverage branches: except: