view tox.ini @ 7565:c83f4a4d3aee

i18n: el: fix syntax errors Weblate reports: msgmerge --no-wrap --backup=none --previous --update /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/kallithea.pot /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1686: end-of-line within string /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1686: keyword "simple" unknown /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1686:10: syntax error /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1686: keyword "diff" unknown /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1687: end-of-line within string msgmerge: found 5 fatal errors Problem introduced in commit 880e2f07651b3eaf88d01e71ac7f3cbf88df163c
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 10 Mar 2019 21:58:20 +0100
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}