-
-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathtox.ini
More file actions
40 lines (35 loc) · 904 Bytes
/
tox.ini
File metadata and controls
40 lines (35 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[tox]
skipsdist = True
usedevelop = True
envlist =
wt63-dj42-py{310,311,312}
wt63-dj{51,52}-py{310,311,312,313}
wt70-dj{42}-py{310,311,312}
wt70-dj{51,52}-py{310,311,312,313}
wt72-dj{42}-py{310,311,312}
wt72-dj{51,52}-py{310,311,312,313}
wt72-dj{60}-py{312,313,314}
wt73-dj{42}-py{310,311,312}
wt73-dj{51,52}-py{310,311,312,313}
wt73-dj{60}-py{312,313,314}
[gh-actions]
python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313
3.14: py314
[testenv]
description = Unit tests
install_command = pip install -e ".[testing]" -U {opts} {packages}
commands = coverage run --source=wagtailmenus runtests.py
deps =
coverage
dj42: Django>=4.2,<4.3
dj51: Django>=5.1,<5.2
dj52: Django>=5.2,<5.3
dj60: Django>=6.0,<6.1
wt63: wagtail>=6.3,<6.4
wt70: wagtail>=7.0,<7.1
wt72: wagtail>=7.2,<7.3
wt73: wagtail>=7.3,<7.4