Skip to content

Commit c825f86

Browse files
committed
New files requirements-3.5_ASCII.*
1 parent 3b4c6a5 commit c825f86

File tree

3 files changed

+21
-27
lines changed

3 files changed

+21
-27
lines changed

.travis.yml

+14-27
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,6 @@ matrix:
115115
apt:
116116
packages:
117117
- 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
132118
# In allow_failures
133119
- python: 2.7
134120
env:
@@ -198,19 +184,6 @@ matrix:
198184
apt:
199185
packages:
200186
- 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
214187
- python: 2.7
215188
env:
216189
- JOB_NAME: "27_build_test_conda"
@@ -246,6 +219,20 @@ matrix:
246219
apt:
247220
packages:
248221
- 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
249236
- python: 2.7
250237
env:
251238
- JOB_NAME: "doc_build"

ci/requirements-3.5_ASCII.build

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python-dateutil
2+
pytz
3+
numpy
4+
cython

ci/requirements-3.5_ASCII.run

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
python-dateutil
2+
pytz
3+
numpy

0 commit comments

Comments
 (0)