We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c825f86 commit b876296Copy full SHA for b876296
.travis.yml
@@ -153,6 +153,21 @@ matrix:
153
apt:
154
packages:
155
- language-pack-it
156
+# In allow_failures
157
+ - python: 3.5
158
+ env:
159
+ - JOB_NAME: "35_ascii"
160
+ - JOB_TAG=_ASCII
161
+ - NOSE_ARGS="not slow and not network and not disabled"
162
+ - LOCALE_OVERRIDE="C"
163
+ - FULL_DEPS=true
164
+ - CLIPBOARD=xsel
165
+ - CACHE_NAME="35_ascii"
166
+ - USE_CACHE=true
167
+ addons:
168
+ apt:
169
+ packages:
170
+ - xsel
171
# In allow_failures
172
- python: 2.7
173
env:
0 commit comments