File tree 3 files changed +21
-27
lines changed
3 files changed +21
-27
lines changed Original file line number Diff line number Diff line change @@ -115,20 +115,6 @@ matrix:
115
115
apt :
116
116
packages :
117
117
- xsel
118
- # In allow_failures
119
- - python : 3.5
120
- env :
121
- - JOB_NAME : " 35_ascii"
122
- - NOSE_ARGS="not slow and not network and not disabled"
123
- - LOCALE_OVERRIDE="C"
124
- - FULL_DEPS=true
125
- - CLIPBOARD=xsel
126
- - CACHE_NAME="35_ascii"
127
- - USE_CACHE=true
128
- addons :
129
- apt :
130
- packages :
131
- - xsel
132
118
# In allow_failures
133
119
- python : 2.7
134
120
env :
@@ -198,19 +184,6 @@ matrix:
198
184
apt :
199
185
packages :
200
186
- xsel
201
- - python : 3.5
202
- env :
203
- - JOB_NAME : " 35_ascii"
204
- - NOSE_ARGS="slow and not network and not disabled"
205
- - LOCALE_OVERRIDE="C"
206
- - FULL_DEPS=true
207
- - CLIPBOARD=xsel
208
- - CACHE_NAME="35_ascii"
209
- - USE_CACHE=true
210
- addons :
211
- apt :
212
- packages :
213
- - xsel
214
187
- python : 2.7
215
188
env :
216
189
- JOB_NAME : " 27_build_test_conda"
@@ -246,6 +219,20 @@ matrix:
246
219
apt :
247
220
packages :
248
221
- language-pack-it
222
+ - python : 3.5
223
+ env :
224
+ - JOB_NAME : " 35_ascii"
225
+ - JOB_TAG=_ASCII
226
+ - NOSE_ARGS="not slow and not network and not disabled"
227
+ - LOCALE_OVERRIDE="C"
228
+ - FULL_DEPS=true
229
+ - CLIPBOARD=xsel
230
+ - CACHE_NAME="35_ascii"
231
+ - USE_CACHE=true
232
+ addons :
233
+ apt :
234
+ packages :
235
+ - xsel
249
236
- python : 2.7
250
237
env :
251
238
- JOB_NAME : " doc_build"
Original file line number Diff line number Diff line change
1
+ python-dateutil
2
+ pytz
3
+ numpy
4
+ cython
Original file line number Diff line number Diff line change
1
+ python-dateutil
2
+ pytz
3
+ numpy
You can’t perform that action at this time.
0 commit comments