mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
15 lines
348 B
INI
15 lines
348 B
INI
[tox]
|
|
envlist = py35-dj{111,20,21,22}, py36-dj{111,20,21,22}, py37-dj{111,20,21,22}
|
|
|
|
[testenv]
|
|
deps =
|
|
dj111: Django>=1.11,<1.12
|
|
dj20: Django>=2.0,<2.1
|
|
dj21: Django>=2.1,<2.2
|
|
dj22: Django>=2.2,<2.3
|
|
-rrequirements/test.txt
|
|
setenv =
|
|
DJANGO_SETTINGS_MODULE=settings
|
|
passenv = DATABASE_URL
|
|
commands = coverage run manage.py test
|