Skip to content

Commit cbfcc7a

Browse files
committed
Update CI to run main
1 parent d1bf811 commit cbfcc7a

File tree

4 files changed

+5
-35
lines changed

4 files changed

+5
-35
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ django-guardian = "*"
4646
graphviz = "*"
4747
pre-commit = "*"
4848
pytest = "*"
49-
pytest-cov = "^4.1.0"
49+
pytest-cov = "*"
5050
pytest-django = "*"
5151

5252
[tool.pytest.ini_options]

requirements.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[tox]
2+
isolated_build = false
23
envlist =
34
py{38,39,310,311}-dj42
45
py{310,311,312}-dj50
56
py{310,311,312}-dj51
67
py{310,311,312,313}-dj52
78
py{312,313}-djmain
9+
810
skipsdist = True
911

1012
[testenv]
@@ -13,7 +15,7 @@ deps =
1315
dj50: Django==5.0
1416
dj51: Django==5.1
1517
dj52: Django==5.2
16-
djmain: Django==https://github.com/django/django/archive/main.tar.gz
18+
djmain: https://github.com/django/django/tarball/main
1719

1820
django-guardian
1921
graphviz

0 commit comments

Comments
 (0)