forked from github/pelican
Modify tox envs to simplify CI and add Python 3.8
This commit is contained in:
parent
ffc960df5c
commit
125dec493e
3 changed files with 11 additions and 13 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
|
@ -17,19 +17,16 @@ jobs:
|
|||
config:
|
||||
- os: ubuntu
|
||||
python: 3.5
|
||||
tox: py35
|
||||
- os: ubuntu
|
||||
python: 3.6
|
||||
tox: py36
|
||||
- os: ubuntu
|
||||
python: 3.7
|
||||
tox: py37
|
||||
- os: ubuntu
|
||||
python: 3.8
|
||||
- os: macos
|
||||
python: 3.7
|
||||
tox: py37
|
||||
- os: windows
|
||||
python: 3.7
|
||||
tox: py37
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -77,7 +74,7 @@ jobs:
|
|||
echo "===== PANDOC ====="
|
||||
pandoc --version | head -2
|
||||
- name: Run tests
|
||||
run: tox -e ${{ matrix.config.tox }}
|
||||
run: tox -e py${{ matrix.config.python }}
|
||||
|
||||
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue