From ce1366e1e83c050c4d43e98725d0420ce0ab3f54 Mon Sep 17 00:00:00 2001 From: tabiva Date: Fri, 6 Sep 2024 17:56:04 +0200 Subject: [PATCH] Testing tox --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d647f95..946583a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "django-dharma" version = "0.1.0" -description = "A project for managing Dharma checks in Django" +description = "A Django app to run checks on models" authors = ["Ivan Tabarelli "] [tool.poetry.dependencies] diff --git a/tox.ini b/tox.ini index bde8deb..1212211 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ setenv = PYTHONDONTWRITEBYTECODE=1 deps = -e . - py{3,310,311,312,py3}: -rtests/requirements/py3.txt + py{310,311,312,py3}: -rtests/requirements/py3.txt changedir = tests commands = {envpython} runtests.py {posargs}