mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
commit
20a1ac0e6f
2 changed files with 8 additions and 5 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
|
@ -23,6 +23,8 @@ jobs:
|
||||||
python: 3.7
|
python: 3.7
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
python: 3.8
|
python: 3.8
|
||||||
|
- os: ubuntu
|
||||||
|
python: 3.9
|
||||||
- os: macos
|
- os: macos
|
||||||
python: 3.7
|
python: 3.7
|
||||||
- os: windows
|
- os: windows
|
||||||
|
|
@ -31,7 +33,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Python ${{ matrix.config.python }}
|
- name: Setup Python ${{ matrix.config.python }}
|
||||||
uses: actions/setup-python@v1.1.1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.config.python }}
|
python-version: ${{ matrix.config.python }}
|
||||||
- name: Set pip cache (Linux)
|
- name: Set pip cache (Linux)
|
||||||
|
|
@ -84,7 +86,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1.1.1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: 3.6
|
||||||
- name: Set pip cache (Linux)
|
- name: Set pip cache (Linux)
|
||||||
|
|
@ -108,7 +110,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1.1.1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: 3.6
|
||||||
- name: Set pip cache (Linux)
|
- name: Set pip cache (Linux)
|
||||||
|
|
@ -134,7 +136,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1.1.1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Check release
|
- name: Check release
|
||||||
|
|
|
||||||
3
tox.ini
3
tox.ini
|
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py{3.5,3.6,3.7,3.8},docs,flake8
|
envlist = py{3.5,3.6,3.7,3.8,3.9},docs,flake8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
|
|
@ -7,6 +7,7 @@ basepython =
|
||||||
py3.6: python3.6
|
py3.6: python3.6
|
||||||
py3.7: python3.7
|
py3.7: python3.7
|
||||||
py3.8: python3.8
|
py3.8: python3.8
|
||||||
|
py3.9: python3.9
|
||||||
passenv = *
|
passenv = *
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
deps =
|
deps =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue