Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fuest committed Sep 10, 2024
1 parent 8ecc860 commit b030b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -30,6 +30,6 @@ jobs:
run: tox

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ envlist = py35, py36, py37, py38, lint, docs
python =
3.8: py38
3.7: py37, docs, lint
3.6: py36
3.5: py35

[testenv]
passenv = CI TRAVIS TRAVIS_*
passenv = CI,TRAVIS,TRAVIS_*
setenv =
PYTHONPATH = {toxinidir}
extras = test
Expand Down

0 comments on commit b030b4b

Please sign in to comment.