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
matrix:
name: [
"windows-py36",
"windows-py37",
"windows-py37-pluggy",
# "windows-py36",
# "windows-py37",
# "windows-py37-pluggy",
"windows-py38",
"windows-py39",
"windows-py310",
"ubuntu-py36",
"ubuntu-py37",
"ubuntu-py37-pluggy",
"ubuntu-py37-freeze",
"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",
"ubuntu-pypy3",
"macos-py37",
"macos-py38",
"docs",
"doctesting",
"plugins",
# "ubuntu-py36",
# "ubuntu-py37",
# "ubuntu-py37-pluggy",
# "ubuntu-py37-freeze",
# "ubuntu-py38",
# "ubuntu-py39",
# "ubuntu-py310",
# "ubuntu-pypy3",
#
# "macos-py37",
# "macos-py38",
#
# "docs",
# "doctesting",
# "plugins",
]
include: