Only run linting tests for one Python version

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 https://github.com/whipper-team/whipper/pull/433

Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
This commit is contained in:
Frederik “Freso” S. Olesen
2019-12-15 01:03:40 +01:00
parent eca3be017a
commit 7ad4265b18

View File

@@ -14,7 +14,11 @@ cache: pip
env:
- FLAKE8=false
- FLAKE8=true
jobs:
include:
- python: 3.5
env: FLAKE8=true
install:
# Dependencies