diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 1a7b1817..881c0a5b 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -101,8 +101,3 @@ jobs: - name: Run Lint & Docs run: tox -e lint_docs if: matrix.python-version == '3.11' - - name: Run vermin to check Python compat - run: | - python -m pip install vermin - vermin --no-tips --violations -t=3.6 . - if: matrix.python-version == '3.10' diff --git a/tox.ini b/tox.ini index 846dbbd6..2c0520b3 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ commands = black --check --target-version=py37 . isort -c . flake8 ihatemoney + vermin --no-tips --violations -t=3.7- . sphinx-build -a -n -b html -d docs/_build/doctrees docs docs/_build/html deps = -e.[dev,doc]