We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac83eb commit a7c90e1Copy full SHA for a7c90e1
.travis.yml
@@ -132,6 +132,7 @@ matrix:
132
env:
133
- PYTHON_VERSION=3.4
134
- JOB_NAME: "34_nslow"
135
+ - LOCALE_OVERRIDE="zh_CN.UTF-8"
136
- NOSE_ARGS="not slow and not disabled"
137
- FULL_DEPS=true
138
- CLIPBOARD=xsel
@@ -141,6 +142,7 @@ matrix:
141
142
apt:
143
packages:
144
- xsel
145
+ - language-pack-zh-hans
146
# In allow_failures
147
- python: 3.4
148
@@ -229,6 +231,7 @@ matrix:
229
231
230
232
233
234
235
236
237
@@ -238,6 +241,7 @@ matrix:
238
241
239
242
240
243
244
245
- python: 3.5
246
247
- PYTHON_VERSION=3.5
0 commit comments