mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-16 11:37:08 +00:00
Update python version breakdown
This commit is contained in:
parent
6ac18c1bf5
commit
c8cc6ce0af
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -3,15 +3,20 @@ on: [pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
Test:
|
Test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
python-version: [3.6, 3.7, 3.8]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python 3.6
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: 3.6
|
||||||
|
- name: Set up Python 3.7
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
with:
|
||||||
|
python-version: 3.7
|
||||||
|
- name: Set up Python 3.8
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
with:
|
||||||
|
python-version: 3.8
|
||||||
- name: Run tox automation
|
- name: Run tox automation
|
||||||
run: |
|
run: |
|
||||||
pip install tox
|
pip install tox
|
||||||
|
Loading…
Reference in New Issue
Block a user