From f933776fdc3609e7c6f65ab1daf59cce15fc8678 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 31 Jan 2023 16:53:10 +0100 Subject: [PATCH] CI: move vermin check to tox config --- .github/workflows/test-docs.yml | 5 ----- tox.ini | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) 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]