mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-29 04:54:09 +08:00
19 lines
447 B
INI
Vendored
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
|