diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 1a50bb0..f4361a0 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - toxenv: [isort, black] + toxenv: [isort, black, docs] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/tox.ini b/tox.ini index 1910d63..ae7e198 100644 --- a/tox.ini +++ b/tox.ini @@ -57,11 +57,10 @@ commands = black --check mozilla_django_oidc_db tests testapp docs [testenv:docs] basepython=python -changedir=doc +changedir=docs skipsdist=true extras = docs commands= py.test check_sphinx.py -v \ - --junitxml=../reports/junit-{envname}.xml \ - --tb=line \ + --tb=auto \ {posargs}