mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
13 lines
242 B
INI
13 lines
242 B
INI
[tox]
|
|
envlist = py35-dj{111,20}
|
|
|
|
[testenv]
|
|
deps =
|
|
dj111: Django>=1.11,<1.12
|
|
dj20: Django>=2.0,<2.1
|
|
-rrequirements/test.txt
|
|
setenv =
|
|
DJANGO_SETTINGS_MODULE=settings
|
|
passenv = DATABASE_URL
|
|
commands = coverage run manage.py test
|