mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 14:40:48 +03:00
Try run tests on multiple versions
This commit is contained in:
parent
72f081a91d
commit
d7927bf735
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -6,12 +6,15 @@ jobs:
|
||||||
test-py39:
|
test-py39:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
python-version: [3.8, 3.9]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: ${{ matrix.python-version }}
|
||||||
- run: pip install tox
|
- run: pip install tox
|
||||||
- run: tox
|
- run: tox
|
||||||
env:
|
env:
|
||||||
TOXENV: py39
|
TOXENV: py${{ matrix.python-version }}
|
Loading…
Reference in New Issue
Block a user