Skip to content

Commit d1b1720

Browse files
authored
BLD: swap 3.6-dev and 3.4 builds, reorg build order (pandas-dev#14899)
1 parent 2083f0d commit d1b1720

File tree

1 file changed

+58
-57
lines changed

1 file changed

+58
-57
lines changed

.travis.yml

+58-57
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,6 @@ matrix:
6666
apt:
6767
packages:
6868
- python-gtk2
69-
- python: 3.4
70-
env:
71-
- PYTHON_VERSION=3.4
72-
- JOB_NAME: "34_nslow"
73-
- NOSE_ARGS="not slow and not disabled"
74-
- FULL_DEPS=true
75-
- CLIPBOARD=xsel
76-
- CACHE_NAME="34_nslow"
77-
- USE_CACHE=true
78-
addons:
79-
apt:
80-
packages:
81-
- xsel
8269
- python: 3.5
8370
env:
8471
- PYTHON_VERSION=3.5
@@ -93,6 +80,33 @@ matrix:
9380
apt:
9481
packages:
9582
- xsel
83+
- python: 3.6-dev
84+
env:
85+
- PYTHON_VERSION=3.6
86+
- JOB_NAME: "36_dev"
87+
- JOB_TAG=_DEV
88+
- NOSE_ARGS="not slow and not network and not disabled"
89+
- PANDAS_TESTING_MODE="deprecate"
90+
addons:
91+
apt:
92+
packages:
93+
- libatlas-base-dev
94+
- gfortran
95+
# In allow_failures
96+
- python: 2.7
97+
env:
98+
- PYTHON_VERSION=2.7
99+
- JOB_NAME: "27_nslow_nnet_COMPAT"
100+
- NOSE_ARGS="not slow and not network and not disabled"
101+
- LOCALE_OVERRIDE="it_IT.UTF-8"
102+
- INSTALL_TEST=true
103+
- JOB_TAG=_COMPAT
104+
- CACHE_NAME="27_nslow_nnet_COMPAT"
105+
- USE_CACHE=true
106+
addons:
107+
apt:
108+
packages:
109+
- language-pack-it
96110
# In allow_failures
97111
- python: 2.7
98112
env:
@@ -103,45 +117,46 @@ matrix:
103117
- FULL_DEPS=true
104118
- CACHE_NAME="27_slow"
105119
- USE_CACHE=true
120+
# In allow_failures
121+
- python: 2.7
122+
env:
123+
- PYTHON_VERSION=2.7
124+
- JOB_NAME: "27_build_test_conda"
125+
- JOB_TAG=_BUILD_TEST
126+
- NOSE_ARGS="not slow and not disabled"
127+
- FULL_DEPS=true
128+
- BUILD_TEST=true
129+
- CACHE_NAME="27_build_test_conda"
130+
- USE_CACHE=true
106131
# In allow_failures
107132
- python: 3.4
108133
env:
109134
- PYTHON_VERSION=3.4
110-
- JOB_NAME: "34_slow"
111-
- JOB_TAG=_SLOW
112-
- NOSE_ARGS="slow and not network and not disabled"
135+
- JOB_NAME: "34_nslow"
136+
- NOSE_ARGS="not slow and not disabled"
113137
- FULL_DEPS=true
114138
- CLIPBOARD=xsel
115-
- CACHE_NAME="34_slow"
139+
- CACHE_NAME="34_nslow"
116140
- USE_CACHE=true
117141
addons:
118142
apt:
119143
packages:
120144
- xsel
121145
# In allow_failures
122-
- python: 2.7
146+
- python: 3.4
123147
env:
124-
- PYTHON_VERSION=2.7
125-
- JOB_NAME: "27_build_test_conda"
126-
- JOB_TAG=_BUILD_TEST
127-
- NOSE_ARGS="not slow and not disabled"
148+
- PYTHON_VERSION=3.4
149+
- JOB_NAME: "34_slow"
150+
- JOB_TAG=_SLOW
151+
- NOSE_ARGS="slow and not network and not disabled"
128152
- FULL_DEPS=true
129-
- BUILD_TEST=true
130-
- CACHE_NAME="27_build_test_conda"
153+
- CLIPBOARD=xsel
154+
- CACHE_NAME="34_slow"
131155
- USE_CACHE=true
132-
# In allow_failures
133-
- python: 3.6-dev
134-
env:
135-
- PYTHON_VERSION=3.6
136-
- JOB_NAME: "36_dev"
137-
- JOB_TAG=_DEV
138-
- NOSE_ARGS="not slow and not network and not disabled"
139-
- PANDAS_TESTING_MODE="deprecate"
140156
addons:
141157
apt:
142158
packages:
143-
- libatlas-base-dev
144-
- gfortran
159+
- xsel
145160
# In allow_failures
146161
- python: 3.5
147162
env:
@@ -157,21 +172,6 @@ matrix:
157172
packages:
158173
- libatlas-base-dev
159174
- gfortran
160-
# In allow_failures
161-
- python: 2.7
162-
env:
163-
- PYTHON_VERSION=2.7
164-
- JOB_NAME: "27_nslow_nnet_COMPAT"
165-
- NOSE_ARGS="not slow and not network and not disabled"
166-
- LOCALE_OVERRIDE="it_IT.UTF-8"
167-
- INSTALL_TEST=true
168-
- JOB_TAG=_COMPAT
169-
- CACHE_NAME="27_nslow_nnet_COMPAT"
170-
- USE_CACHE=true
171-
addons:
172-
apt:
173-
packages:
174-
- language-pack-it
175175
# In allow_failures
176176
- python: 3.5
177177
env:
@@ -226,18 +226,19 @@ matrix:
226226
- BUILD_TEST=true
227227
- CACHE_NAME="27_build_test_conda"
228228
- USE_CACHE=true
229-
- python: 3.6-dev
229+
- python: 3.4
230230
env:
231-
- PYTHON_VERSION=3.6
232-
- JOB_NAME: "36_dev"
233-
- JOB_TAG=_DEV
234-
- NOSE_ARGS="not slow and not network and not disabled"
235-
- PANDAS_TESTING_MODE="deprecate"
231+
- PYTHON_VERSION=3.4
232+
- JOB_NAME: "34_nslow"
233+
- NOSE_ARGS="not slow and not disabled"
234+
- FULL_DEPS=true
235+
- CLIPBOARD=xsel
236+
- CACHE_NAME="34_nslow"
237+
- USE_CACHE=true
236238
addons:
237239
apt:
238240
packages:
239-
- libatlas-base-dev
240-
- gfortran
241+
- xsel
241242
- python: 3.5
242243
env:
243244
- PYTHON_VERSION=3.5

0 commit comments

Comments
 (0)