forked from mbi/django-rosetta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
52 lines (43 loc) · 1.45 KB
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[tox]
envlist =
{py36}-django{111,20},
gettext,docs
skipsdist = True
[testenv]
changedir = testproject
commands =
python -Wd manage.py test -v 2 rosetta
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
django111: Django==1.11
django20: Django==2.0
py36-django{111,20}: python3-memcached
requests
polib>=1.0.6
microsofttranslator>=0.7
six
goslate
vcrpy
[testenv:gettext]
changedir = rosetta/locale/
whitelist_externals =
msgfmt
commands =
msgfmt -c -o cs/LC_MESSAGES/django.mo cs/LC_MESSAGES/django.po
msgfmt -c -o de/LC_MESSAGES/django.mo de/LC_MESSAGES/django.po
msgfmt -c -o es/LC_MESSAGES/django.mo es/LC_MESSAGES/django.po
msgfmt -c -o fa/LC_MESSAGES/django.mo fa/LC_MESSAGES/django.po
msgfmt -c -o fr/LC_MESSAGES/django.mo fr/LC_MESSAGES/django.po
msgfmt -c -o hu/LC_MESSAGES/django.mo hu/LC_MESSAGES/django.po
msgfmt -c -o it/LC_MESSAGES/django.mo it/LC_MESSAGES/django.po
msgfmt -c -o nl/LC_MESSAGES/django.mo nl/LC_MESSAGES/django.po
msgfmt -c -o pl/LC_MESSAGES/django.mo pl/LC_MESSAGES/django.po
msgfmt -c -o ru/LC_MESSAGES/django.mo ru/LC_MESSAGES/django.po
msgfmt -c -o tr/LC_MESSAGES/django.mo tr/LC_MESSAGES/django.po
msgfmt -c -o uk/LC_MESSAGES/django.mo uk/LC_MESSAGES/django.po
[testenv:docs]
deps = sphinx
changedir = docs
commands=
sphinx-build -W -b html . _build/html