mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
added FR and TR locale generation to travis
This commit is contained in:
parent
62a9b05595
commit
f3340c1152
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ python:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq --no-install-recommends asciidoc
|
- sudo apt-get install -qq --no-install-recommends asciidoc
|
||||||
|
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
|
||||||
- pip install mock --use-mirrors
|
- pip install mock --use-mirrors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue