weblate/tox.ini
Michal Čihař b1bae20328 Basic tox support
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-07-30 16:32:34 +02:00

19 lines
447 B
INI
Vendored

[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,south_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