Skip to content

Commit

Permalink
Update ci resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed Jul 16, 2024
1 parent 964fa37 commit 491722e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
python-version: ['3.8', '3.10', '3.12']
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
exclude:
- os: ubuntu-24.04
python-version: '3.8'
- os: ubuntu-24.04
- os: ubuntu-20.04
python-version: '3.10'
- os: ubuntu-20.04
python-version: '3.12'
- os: ubuntu-22.04
python-version: '3.8'
- os: ubuntu-22.04
python-version: '3.12'
- os: ubuntu-20.04
- os: ubuntu-24.04
python-version: '3.8'
- os: ubuntu-24.04
python-version: '3.10'
- os: ubuntu-20.04
python-version: '3.12'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -42,4 +42,3 @@ jobs:
- name: Run pep8
run: tox -e pep8
if: matrix.python-version == '3.10'

2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flake8==6.0.0
flake8==6.1.0
flake8-import-order==0.18.2
stestr
pylint==3.1.0
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
skipsdist = True
envlist = py3-coverage,coveragereport,pep8,pylint
minversion = 3.18.0

[flake8]
# H106: Don't put vim configuration in source files
Expand Down

0 comments on commit 491722e

Please sign in to comment.