Skip to content

Commit

Permalink
Installing german locale in system.
Browse files Browse the repository at this point in the history
  • Loading branch information
okin committed Apr 3, 2015
1 parent 3c58afe commit 5d38f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: python
python:
- "3.3"
- "3.4"

before_install:
- sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-en language-pack-de

install:
- "pip install -r requirements.txt"
- "pip install -r requirements-test.txt"
Expand Down

0 comments on commit 5d38f4b

Please sign in to comment.