Skip to content

Commit

Permalink
Only run linting tests for one Python version
Browse files Browse the repository at this point in the history
This creates a specific job with the `FLAKE8` variable set, rather than
a setting up a 4×2 matrix. This means we create a total of 5 jobs now
rather than 8 jobs.

Part of #433

Signed-off-by: Frederik “Freso” S. Olesen <[email protected]>
  • Loading branch information
Freso committed Dec 15, 2019
1 parent eca3be0 commit 7ad4265
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ cache: pip

env:
- FLAKE8=false
- FLAKE8=true

jobs:
include:
- python: 3.5
env: FLAKE8=true

install:
# Dependencies
Expand Down

0 comments on commit 7ad4265

Please sign in to comment.