File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -116,15 +116,14 @@ matrix:
116
116
packages :
117
117
- xsel
118
118
# In allow_failures
119
- - python : 3.4
119
+ - python : 3.5
120
120
env :
121
- - JOB_NAME : " 34_slow_ascii"
122
- - JOB_TAG=_SLOW
123
- - NOSE_ARGS="slow and not network and not disabled"
121
+ - JOB_NAME : " 35_ascii"
122
+ - NOSE_ARGS="not slow and not network and not disabled"
124
123
- LOCALE_OVERRIDE="C"
125
124
- FULL_DEPS=true
126
125
- CLIPBOARD=xsel
127
- - CACHE_NAME="34_slow_ascii "
126
+ - CACHE_NAME="35_ascii "
128
127
- USE_CACHE=true
129
128
addons :
130
129
apt :
@@ -199,15 +198,14 @@ matrix:
199
198
apt :
200
199
packages :
201
200
- xsel
202
- - python : 3.4
201
+ - python : 3.5
203
202
env :
204
- - JOB_NAME : " 34_slow_ascii"
205
- - JOB_TAG=_SLOW
203
+ - JOB_NAME : " 35_ascii"
206
204
- NOSE_ARGS="slow and not network and not disabled"
207
205
- LOCALE_OVERRIDE="C"
208
206
- FULL_DEPS=true
209
207
- CLIPBOARD=xsel
210
- - CACHE_NAME="34_slow_ascii "
208
+ - CACHE_NAME="35_ascii "
211
209
- USE_CACHE=true
212
210
addons :
213
211
apt :
You can’t perform that action at this time.
0 commit comments