-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtox.ini
More file actions
34 lines (31 loc) · 856 Bytes
/
tox.ini
File metadata and controls
34 lines (31 loc) · 856 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
[tox]
envlist =
py{38,39,310,311}-django{42}-filer{22x}-django-polymorphic{new}
py{38,39,310,311}-django{32}-filer{20x,21x}-django-polymorphic{new}
py{38,39,310}-django{22}-filer{16x}-django-polymorphic{old}
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
[testenv]
commands = python manage.py test
setenv =
DJANGO_SETTINGS_MODULE=filer_addons.tests.settings
PYTHONPATH={toxinidir}
deps =
django-polymorphic-old: django-polymorphic==2.0.1
django-polymorphic-new: django-polymorphic
coverage
reportlab
svglib
django-coverage
filer142: django-filer==1.4.2
filer16x: django-filer<1.7
filer20x: django-filer<2.1
filer21x: django-filer<2.2
filer22x: django-filer<2.3
django22: django>=2.2,<3.0
django32: django>=3.2,<4.0
django42: django>=4.2,<5.0