Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
collinsmarra committed Feb 25, 2024
1 parent 309228a commit ea37541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-python@v3
- run: python -m pip install --upgrade pip wheel
- run: pip install tox tox-gh-actions pytest-cov codecov quart
- run: pytest --cov=./ --cov-report=xml
- run: tox
- uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ matrix:
env: TOXENV=pypy3
- python: 3.8
env: TOXENV=docs
- python: 3.10
env: TOXENV=py310
- python: 3.11
env: TOXENV=py311
install:
- pip install tox
script:
Expand Down

0 comments on commit ea37541

Please sign in to comment.