Skip to content

Commit 3094d01

Browse files
committed
BLD: add locale to 34_nslow build
1 parent dc40058 commit 3094d01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ matrix:
132132
env:
133133
- PYTHON_VERSION=3.4
134134
- JOB_NAME: "34_nslow"
135+
- LOCALE_OVERRIDE="zh_CN.UTF-8"
135136
- NOSE_ARGS="not slow and not disabled"
136137
- FULL_DEPS=true
137138
- CLIPBOARD=xsel
@@ -141,6 +142,7 @@ matrix:
141142
apt:
142143
packages:
143144
- xsel
145+
- language-pack-zh-hans
144146
# In allow_failures
145147
- python: 3.4
146148
env:
@@ -229,6 +231,7 @@ matrix:
229231
env:
230232
- PYTHON_VERSION=3.4
231233
- JOB_NAME: "34_nslow"
234+
- LOCALE_OVERRIDE="zh_CN.UTF-8"
232235
- NOSE_ARGS="not slow and not disabled"
233236
- FULL_DEPS=true
234237
- CLIPBOARD=xsel
@@ -238,6 +241,7 @@ matrix:
238241
apt:
239242
packages:
240243
- xsel
244+
- language-pack-zh-hans
241245
- python: 3.5
242246
env:
243247
- PYTHON_VERSION=3.5

0 commit comments

Comments
 (0)