weblate/tox.ini
Michal Čihař b621a94401 Move config to setup.cfg
Signed-off-by: Michal Čihař <michal@cihar.com>
2019-05-15 23:01:32 +02:00

13 lines
224 B
INI

[tox]
envlist = py27
skipsdist = True
[testenv]
deps = -r{toxinidir}/requirements.txt
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}
DJANGO_SETTINGS_MODULE = weblate.settings_test
commands = python manage.py test