mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-05 00:31:45 +08:00
We will not support Django 1.6 anymore, so we fully switch to Django native migrations. Issue #632 Signed-off-by: Michal Čihař <michal@cihar.com>
19 lines
430 B
INI
19 lines
430 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
|
|
|
|
|
|
[flake8]
|
|
|
|
max-complexity = 10
|
|
exclude = migrations,settings.py,settings_test.py,settings_test_mysql.py,settings_test_postgresql.py,settings_test_sqlite.py,.git,test-repos,repos,settings_test_nose.py,docs
|