WIP only run windows in CI

This commit is contained in:
Bruno Oliveira 2021-11-20 10:48:09 -03:00
parent fa3e08dece
commit 8fbde82682
1 changed files with 18 additions and 18 deletions

View File

@ -31,28 +31,28 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
name: [ name: [
"windows-py36", # "windows-py36",
"windows-py37", # "windows-py37",
"windows-py37-pluggy", # "windows-py37-pluggy",
"windows-py38", "windows-py38",
"windows-py39", "windows-py39",
"windows-py310", "windows-py310",
"ubuntu-py36", # "ubuntu-py36",
"ubuntu-py37", # "ubuntu-py37",
"ubuntu-py37-pluggy", # "ubuntu-py37-pluggy",
"ubuntu-py37-freeze", # "ubuntu-py37-freeze",
"ubuntu-py38", # "ubuntu-py38",
"ubuntu-py39", # "ubuntu-py39",
"ubuntu-py310", # "ubuntu-py310",
"ubuntu-pypy3", # "ubuntu-pypy3",
#
"macos-py37", # "macos-py37",
"macos-py38", # "macos-py38",
#
"docs", # "docs",
"doctesting", # "doctesting",
"plugins", # "plugins",
] ]
include: include: