Skip to content

Commit

Permalink
Testing tox
Browse files Browse the repository at this point in the history
  • Loading branch information
tabiva committed Sep 6, 2024
1 parent 70f170f commit ce1366e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <itabarelli@gmail.com>"]

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ce1366e

Please # to comment.