From 3fb369c8ac1b7514cc770ae193daec7ead24569e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 12 Dec 2020 11:52:47 -0300 Subject: [PATCH] Fix linting --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df2735b..4e27319 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,16 +10,16 @@ jobs: strategy: fail-fast: false matrix: - tox_env: - - "py35-pytestlatest" - - "py36-pytestlatest" - - "py37-pytestlatest" - - "py38-pytestlatest" - - "py39-pytestlatest" - - "py38-pytestmaster" - - "py38-psutil" + tox_env: + - "py35-pytestlatest" + - "py36-pytestlatest" + - "py37-pytestlatest" + - "py38-pytestlatest" + - "py39-pytestlatest" + - "py38-pytestmaster" + - "py38-psutil" - "linting" - + os: [ubuntu-latest, windows-latest] include: - tox_env: "py35-pytestlatest"