diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 809d690..dce0507 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index 2e5ff60..34f5a43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: