Adding upstream version 1.24.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
94e3fc38e7
commit
d7573acbf5
26 changed files with 565 additions and 169 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -7,13 +7,20 @@ on:
|
|||
|
||||
jobs:
|
||||
linux:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
include:
|
||||
- python-version: 3.6
|
||||
os: ubuntu-16.04 # MySQL 5.7.32
|
||||
- python-version: 3.7
|
||||
os: ubuntu-18.04 # MySQL 5.7.32
|
||||
- python-version: 3.8
|
||||
os: ubuntu-18.04 # MySQL 5.7.32
|
||||
- python-version: 3.9
|
||||
os: ubuntu-20.04 # MySQL 8.0.22
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -42,6 +49,7 @@ jobs:
|
|||
- name: Pytest / behave
|
||||
env:
|
||||
PYTEST_PASSWORD: root
|
||||
PYTEST_HOST: 127.0.0.1
|
||||
run: |
|
||||
./setup.py test --pytest-args="--cov-report= --cov=mycli"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue