Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/docs #8

Merged
merged 5 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix workflows
collinsmarra committed Feb 25, 2024
commit 9618ad19f3177d1736a9806372afed6088a565a5
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,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
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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: