From f3340c11526e6eb2a11f5e8ca22742e095c2bcdf Mon Sep 17 00:00:00 2001 From: Deniz Turgut Date: Mon, 22 Apr 2013 20:00:27 -0400 Subject: [PATCH] added FR and TR locale generation to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 608979c1..fa0c2f0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: before_install: - sudo apt-get update -qq - sudo apt-get install -qq --no-install-recommends asciidoc + - sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8 install: - 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