weblate/tox.ini
Michal Čihař e47adb7160 Remove support for South migrations
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>
2015-02-20 11:12:47 +01:00

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