Skip to content

move to py39 as py38 is no longer supported by oslo-utils #40

move to py39 as py38 is no longer supported by oslo-utils

move to py39 as py38 is no longer supported by oslo-utils #40

Workflow file for this run

name: Python package with Tox
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
tox-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install Tox
run: pip install tox
- name: Run Tox
run: tox
- name: Lint with Tox
run: tox -e lint