Skip to content

Commit

Permalink
Switch Travis to only running linting in a single job
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed May 21, 2020
1 parent 4178f6f commit 03da1a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,7 +21,6 @@ jobs:
install:
- pip install -e '.[dev]'
script:
- make lint
- make test-coverage
branches:
except:
Expand Down

0 comments on commit 03da1a8

Please sign in to comment.